Skip to content

Commit

Permalink
added the same effect for migrations
Browse files Browse the repository at this point in the history
Let's unify everything at once
  • Loading branch information
Bullrich committed May 22, 2024
1 parent 616404f commit 208245e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,11 @@ jobs:
node-uri: ${{ matrix.runtime.uri }}
checks: "pre-and-post"
extra-args: ${{ env.EXTRA_ARGS }}

confirmMigrationsPassed:
runs-on: ubuntu-latest
name: Confirms that all migrations passed
# If any new job gets added, be sure to add it to this list
needs: [check-migrations]
steps:
- run: echo '### Good job! All the migrations passed 🚀' >> $GITHUB_STEP_SUMMARY

0 comments on commit 208245e

Please sign in to comment.