Skip to content

Commit 75bb39c

Browse files
authored
ci: failed snapshot comparison halts release (#1166)
1 parent 1a7f43c commit 75bb39c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/snapshotCompare.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
./.github/scripts/runServer.sh
6161
6262
- name: Compare Snapshots - ${{ matrix.testPathPattern }}
63-
continue-on-error: true
6463
run: |
6564
npm run test:func -- --testPathPattern "${{ matrix.testPathPattern }}"
6665
@@ -97,7 +96,6 @@ jobs:
9796
./.github/scripts/runServerV2.sh
9897
9998
- name: Compare Snapshots - ${{ matrix.testConfig }}
100-
continue-on-error: true
10199
run: |
102100
CONFIG_PATH=${{ matrix.testConfig }} npm run test:func:snapshots
103101

0 commit comments

Comments
 (0)