Skip to content

Commit

Permalink
disable snapshot comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Dec 19, 2024
1 parent cd80e74 commit e828f78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- run: npm ci

- run: npm run test
env:
VITE_CI_TEST: true
# Snapshot comparison disabled
# env:
# VITE_CI_TEST: true
- name: Upload Artifacts
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e828f78

Please sign in to comment.