Skip to content

Commit

Permalink
chore: debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
keyserj committed Jan 2, 2025
1 parent 654c66f commit 9aacd65
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,16 @@ jobs:
- name: Install dependencies
run: npm ci
# assume that if snapshots fail, that we want to update & commit them (to be reviewed in the PR)
- run: npm run update-snapshots
- run: npm run test
# - run: npm run update-snapshots
env:
DEPLOY_PRIME_URL: ${{ steps.wait-for-status.outputs.target_url }}
- uses: stefanzweifel/git-auto-commit-action@v5
if: ${{ !cancelled() }}
with:
# skip ci in commit message to prevent triggering GHA or Netlify, since we can trust the previous triggers
commit_message: "chore: automated snapshot updates [skip ci]"
file_pattern: "e2e/**/*-snapshots/*.png"
# - uses: stefanzweifel/git-auto-commit-action@v5
# if: ${{ !cancelled() }}
# with:
# # skip ci in commit message to prevent triggering GHA or Netlify, since we can trust the previous triggers
# commit_message: "chore: automated snapshot updates [skip ci]"
# file_pattern: "e2e/**/*-snapshots/*.png"
# tests can still fail for non-snapshot assertions - keep the test-report around in this case
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 9aacd65

Please sign in to comment.