Skip to content

Commit

Permalink
Give a bit more time before starting
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Aug 5, 2024
1 parent 54a2b83 commit d1af2a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ jobs:
uses: grafana/setup-k6-action@v1
- name: Run k6 Tests
run: |
echo "Waiting 20 seconds for everything to be loaded up..."
sleep 20;
for test_file in services/${{ matrix.service }}/k6-test/*.js; do
k6 run "$test_file" || exit 1
k6 run --no-usage-report "$test_file" || exit 1
done
- name: Stop Docker Compose
if: always()
Expand Down

0 comments on commit d1af2a1

Please sign in to comment.