Skip to content

Commit

Permalink
tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 25, 2024
1 parent a40c41b commit 2f7bb1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
run: |
npm install --prefix testrunner
node testrunner/app.js --logging.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
Expand Down

0 comments on commit 2f7bb1c

Please sign in to comment.