Skip to content

Commit

Permalink
run GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Dec 15, 2023
1 parent a9b8cdf commit ea1dde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k6-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo apt-get install -y "/tmp/google-chrome-stable_current_amd64.deb" -f
- name: Run k6 foundations tests
run: ./run-tests.sh -t **/k6/foundations/*.js -u http://localhost:3333 -c ${{ env.ACT default='false'}}
run: ./run-tests.sh -t **/k6/foundations/*.js -u http://localhost:3333 -c ${{ env.ACT }}

- name: Run k6 browser tests
run: ./run-tests.sh -t **/k6/browser/*.js -u http://localhost:3333 -c ${{ env.ACT default='false' }}
run: ./run-tests.sh -t **/k6/browser/*.js -u http://localhost:3333 -c ${{ env.ACT }}

0 comments on commit ea1dde6

Please sign in to comment.