We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7f43c commit 75bb39cCopy full SHA for 75bb39c
.github/workflows/snapshotCompare.yml
@@ -60,7 +60,6 @@ jobs:
60
./.github/scripts/runServer.sh
61
62
- name: Compare Snapshots - ${{ matrix.testPathPattern }}
63
- continue-on-error: true
64
run: |
65
npm run test:func -- --testPathPattern "${{ matrix.testPathPattern }}"
66
@@ -97,7 +96,6 @@ jobs:
97
96
./.github/scripts/runServerV2.sh
98
99
- name: Compare Snapshots - ${{ matrix.testConfig }}
100
101
102
CONFIG_PATH=${{ matrix.testConfig }} npm run test:func:snapshots
103
0 commit comments