Skip to content

Commit

Permalink
fix: remove if env.ACT to run foundation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Dec 15, 2023
1 parent ff42526 commit baaa151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/k6-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
sudo apt-get install -y "/tmp/google-chrome-stable_current_amd64.deb" -f
- name: Run k6 foundations tests
if: ${{ env.ACT }}
run: ./run-tests.sh -t **/k6/foundations/*.js -u http://localhost:3333 -c ${{ env.ACT }}

- name: Run k6 browser tests
Expand Down

0 comments on commit baaa151

Please sign in to comment.