Skip to content

Commit 08b8322

Browse files
authored
Merge pull request #3 from surekhaw/update-github-script
remove imgur from workflow
2 parents 54baacd + 1459bd7 commit 08b8322

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/snapshotCompare.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
run: |
6565
npm run test:func -- --testPathPattern "${{ matrix.testPathPattern }}"
6666
67-
- name: Collect Diffs and Upload to Imgur
68-
run: |
69-
./scripts/snapshot-tests/collect-diffs.sh
67+
# - name: Collect Diffs and Upload to Imgur
68+
# run: |
69+
# ./scripts/snapshot-tests/collect-diffs.sh
7070

7171
compareSnapshotsV2:
7272
name: Compare V2
@@ -101,6 +101,6 @@ jobs:
101101
run: |
102102
CONFIG_PATH=${{ matrix.testConfig }} npm run test:func:snapshots
103103
104-
- name: Collect Diffs and Upload to Imgur
105-
run: |
106-
./scripts/snapshot-tests/collect-diffs-v2.sh
104+
# - name: Collect Diffs and Upload to Imgur
105+
# run: |
106+
# ./scripts/snapshot-tests/collect-diffs-v2.sh

0 commit comments

Comments
 (0)