Skip to content

Commit

Permalink
dummy commit for CI snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
katestange committed Dec 5, 2024
1 parent 5ecf88c commit 3ec63c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: End-to-end test
run: npx playwright test -c e2e/playci.config.ts
### Uncomment when you need to re-extract snapshots
# - name: Extract snapshots
# if: always()
# uses: actions/upload-artifact@v4
# with:
# name: ci_actual_snapshots
# path: e2e/results/manual/output
- name: Extract snapshots
if: always()
uses: actions/upload-artifact@v4
with:
name: ci_actual_snapshots
path: e2e/results/manual/output

0 comments on commit 3ec63c6

Please sign in to comment.