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.
2 parents 54baacd + 1459bd7 commit 08b8322Copy full SHA for 08b8322
.github/workflows/snapshotCompare.yml
@@ -64,9 +64,9 @@ jobs:
64
run: |
65
npm run test:func -- --testPathPattern "${{ matrix.testPathPattern }}"
66
67
- - name: Collect Diffs and Upload to Imgur
68
- run: |
69
- ./scripts/snapshot-tests/collect-diffs.sh
+ # - name: Collect Diffs and Upload to Imgur
+ # run: |
+ # ./scripts/snapshot-tests/collect-diffs.sh
70
71
compareSnapshotsV2:
72
name: Compare V2
@@ -101,6 +101,6 @@ jobs:
101
102
CONFIG_PATH=${{ matrix.testConfig }} npm run test:func:snapshots
103
104
105
106
- ./scripts/snapshot-tests/collect-diffs-v2.sh
+ # ./scripts/snapshot-tests/collect-diffs-v2.sh
0 commit comments