Skip to content

Commit

Permalink
commit e2e snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Jul 6, 2024
1 parent a7568d4 commit 962061c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/pull-request-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,16 @@ jobs:
echo "changes_detected=false" >> $GITHUB_ENV
fi
- name: Fail if changes detected
if: env.changes_detected == 'true'
run: exit 1
- name: Commit updated snapshots
uses: EndBug/add-and-commit@v9
id: commit
with:
add: 'e2e/*'
author_name: FrameOS Bot
author_email: [email protected]
message: 'Update snapshots'
pull: --rebase --autostash
default_author: github_actions

- name: Build frontend
run: |
Expand Down

0 comments on commit 962061c

Please sign in to comment.