Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xsahil03x committed Dec 23, 2024
1 parent c42a331 commit 395d014
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update_goldens.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: update_goldens

on:
push:
workflow_dispatch:
inputs:
branch:
Expand Down Expand Up @@ -63,12 +62,12 @@ jobs:
working-directory: packages/stream_chat_flutter
continue-on-error: true
run: |
flutter test --update-goldens
flutter test --tags golden --update-goldens
- name: Commit Changes
id: commit_changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: Updating Goldens"
commit_message: "chore: Update Goldens"
commit_user_name: github-actions[bot]
commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 comments on commit 395d014

Please sign in to comment.