Skip to content

Commit

Permalink
update ricochet-2 for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Nov 4, 2024
1 parent 4d75158 commit 921e658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/others_testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
go-version: 'stable'
- name: local tests
run: |
wget https://github.com/outscale/osc-ricochet-2/releases/download/v0.2.0/osc-ricochet-2_v0.2.0_x86_64-unknown-linux-musl.tar.gz
tar -xvf osc-ricochet-2_v0.2.0_x86_64-unknown-linux-musl.tar.gz
wget https://github.com/outscale/osc-ricochet-2/releases/download/v0.3.2/osc-ricochet-2_v0.3.2_x86_64-unknown-linux-musl.tar.gz
tar -xvf osc-ricochet-2_v0.3.2_x86_64-unknown-linux-musl.tar.gz
./ricochet-2 ./ricochet.json &
make test-locally
Expand Down

0 comments on commit 921e658

Please sign in to comment.