Skip to content

Commit

Permalink
Adapt workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 13, 2024
1 parent 4c0dd43 commit 62904c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Regenerate and run example
working-directory: pkgs/messages/example
run: |
dart run messages
git diff --exit-code
dart run
dart run messages || exit 1
git diff --exit-code || exit 1
dart run || exit 1

0 comments on commit 62904c4

Please sign in to comment.