[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assets #100

Merged
merged 13 commits into from
Jul 8, 2024
Prev Previous commit
Next Next commit
commit e2e snapshots
  • Loading branch information
mariusandra committed Jul 6, 2024
commit 962061c54cdce5c4a791b9717e44e1f8f0d9541a
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: git@frameos.net
message: 'Update snapshots'
pull: --rebase --autostash
default_author: github_actions

- name: Build frontend
run: |
Expand Down
Loading