Skip to content

Commit

Permalink
ci(sitespeed): continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Mar 13, 2024
1 parent 1bea525 commit 72bbf4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sitespeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
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}}
continue-on-error: true
- name: Upload results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 72bbf4b

Please sign in to comment.