Skip to content

Commit

Permalink
Fix GUI workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored May 29, 2024
1 parent d138f0e commit 92b202a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,15 @@ 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
run: |
docker --version
sitespeed.io --version
- name: Run a test
run: |
git clone https://github.com/sitespeedio/sitespeed.io.git
cd sitespeed.io
npm install
bin/sitespeed.js ../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 92b202a

Please sign in to comment.