Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 29, 2024
1 parent 195dc70 commit 6d714ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
docker --version
sitespeed.io --version
- name: Run a test
run: sitespeed.io ../test/scripts/addatest.mjs --multi -n 1 --headless
run: sitespeed.io ./test/scripts/addatest.mjs --multi -n 1 --headless
- name: Display Server log
if: failure() || success()
run: cat server.log
Expand Down

0 comments on commit 6d714ff

Please sign in to comment.