Skip to content

Commit

Permalink
set domain to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Mar 1, 2024
1 parent e0702af commit 85fb3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sitespeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
shell: bash
run: while [ $(maas admin boot-resources is-importing | cat) == "true" ]; do sleep 10; done; echo "syncing finished"
- name: Run sitespeed.io tests
run: yarn sitespeed:ci --browsertime.domain=${{env.MAAS_DOMAIN}}
run: yarn sitespeed:ci --browsertime.domain=0.0.0.0
continue-on-error: true
- name: Upload results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 85fb3ec

Please sign in to comment.