From 4953251be9a548e52023c2536cc00f9a4cadafe7 Mon Sep 17 00:00:00 2001 From: Evgeniy Zayats Date: Mon, 19 Aug 2024 12:43:51 -0400 Subject: [PATCH] .github: add missing xk6 binaries to system tests Signed-off-by: Evgeniy Zayats --- .github/workflows/run-tests.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 31f1e2d048..4227fa2b4a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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