Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Oct 17, 2024
1 parent aa89843 commit 2d26b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-local-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
bin/sitespeed.js https://www.wikipedia.org -n 1 --api.hostname 127.0.0.1 --api.location docker --headless --api.json --s3.endpoint "http://${{ env.HOST_IP }}:9000"
- name: Display Server log
if: failure() || success()
run: docker log onlinetest-sitespeed.io-server-1
run: docker logs onlinetest-sitespeed.io-server-1
- name: Display testrunner log
if: failure() || success()
run: docker log onlinetest-sitespeed.io-testrunner-1
run: docker logs onlinetest-sitespeed.io-testrunner-1

0 comments on commit 2d26b1d

Please sign in to comment.