Skip to content

Commit

Permalink
.github: add missing xk6 binaries to system tests (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov committed Aug 19, 2024
2 parents 8497731 + 4953251 commit afc23c6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,20 @@ jobs:
sudo python ./tools/src/openssl_config_fix.py
working-directory: neofs-testcases

- name: Checkout xk6-neofs repository
uses: actions/checkout@v4
with:
repository: nspcc-dev/xk6-neofs
ref: master
path: xk6-neofs

- name: Build xk6-neofs
timeout-minutes: 5
run: |
make install_xk6
make build
working-directory: xk6-neofs

################################################################
- name: Build neofs-node
timeout-minutes: 5
Expand Down

0 comments on commit afc23c6

Please sign in to comment.