Skip to content

Commit

Permalink
Ignore VRT failures for Physics during redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtrew committed Jan 28, 2025
1 parent ead43ae commit dd263ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
browser: chrome
env:
CYPRESS_SITE: phy
# Temporary: ignore failures during redesign
continue-on-error: true
- name: VRT update - create or update branch
id: cypress-create-branch
if: ${{ failure() }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- run: yarn --frozen-lockfile
- run: yarn run build-ada
- run: yarn run test-phy --silent
# Temporary: ignore failures during redesign
continue-on-error: true
- run: yarn run test-ada --silent --coverage
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit dd263ae

Please sign in to comment.