Skip to content

Commit dd263ae

Browse files
committed
Ignore VRT failures for Physics during redesign
1 parent ead43ae commit dd263ae

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
browser: chrome
3434
env:
3535
CYPRESS_SITE: phy
36+
# Temporary: ignore failures during redesign
37+
continue-on-error: true
3638
- name: VRT update - create or update branch
3739
id: cypress-create-branch
3840
if: ${{ failure() }}

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- run: yarn --frozen-lockfile
3030
- run: yarn run build-ada
3131
- run: yarn run test-phy --silent
32+
# Temporary: ignore failures during redesign
3233
continue-on-error: true
3334
- run: yarn run test-ada --silent --coverage
3435
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)