Skip to content

Commit

Permalink
try pushing again
Browse files Browse the repository at this point in the history
  • Loading branch information
macobo committed Oct 29, 2024
1 parent 45ad20a commit e2ad16a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0

- uses: marocchino/tool-versions-action@v1
Expand Down Expand Up @@ -94,11 +96,9 @@ jobs:
run: |
faketime -f "@2024-10-01 00:00:00" npm run playwright --prefix assets
- name: Commit new snapshots
- name: Commit updated snapshots
uses: EndBug/add-and-commit@v9
if: ${{ success() && github.event_name == 'pull_request' }}
with:
add: 'assets/playwright-tests/snapshots'
default_author: github_actions
message: 'Update snapshots'
push: origin ${{ github.head_ref }}

0 comments on commit e2ad16a

Please sign in to comment.