Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 29, 2024
1 parent 6d714ff commit b512472
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 @@ -31,7 +31,7 @@ jobs:
- name: Start the testrunner
run: |
npm install --prefix testrunner
node testrunner/app.js --logging.verbose true > testrunner.log 2>&1 &
node testrunner/app.js --log.verbose true > testrunner.log 2>&1 &
- name: Install sitespeed.io globally
run: npm install sitespeed.io -g
- name: Show versions
Expand Down

0 comments on commit b512472

Please sign in to comment.