Skip to content

Commit

Permalink
rebump
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Feb 13, 2024
1 parent 4c89023 commit 3589ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-db-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,7 @@ jobs:
-
name: Reperform initial migration
run: |
docker compose -p lagoon start api-init
sleep 15
-
name: Verify additional migration logs
run: |
docker compose -p lagoon logs api-init
docker compose -p lagoon exec api sh -c './node_modules/.bin/knex migrate:latest --cwd /app/services/api/database'
-
name: Remove testing setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion services/api/database/migrations/FORCE_ACTIONS_RUN.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bump
rebump

0 comments on commit 3589ee8

Please sign in to comment.