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 Feb 22, 2024
1 parent 614f3ee commit 85945c3
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 @@ -111,3 +111,11 @@ jobs:
on-runtime-upgrade --checks=pre-and-post \
$EXTRA_FLAGS \
live --uri ${{ matrix.runtime.uri }}
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 85945c3

Please sign in to comment.