We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba52511 commit 62af42bCopy full SHA for 62af42b
.github/workflows/main.yml
@@ -5,9 +5,9 @@ jobs:
5
runs-on: ubuntu-latest
6
name: CI migration
7
steps:
8
- - name: DB migration with DLE
9
- uses: agneum/migration-action@v0.0.7
10
- id: db-migration
+ - name: Check database migrations with DLE
+ uses: postgres-ai/migration-ci-action@v0.1.1
+ id: db-migrations
11
with:
12
dbname: test
13
commands: |
@@ -18,7 +18,8 @@ jobs:
18
FLYWAY_CONNECT_RETRIES=60
19
FLYWAY_BASELINE_ON_MIGRATE=true
20
env:
21
- CI_ENDPOINT: ${{ secrets.CI_ENDPOINT }}
22
- SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }}
+ DLMC_CI_ENDPOINT: ${{ secrets.DLMC_CI_ENDPOINT }}
+ DLMC_VERIFICATION_TOKEN: ${{ secrets.DLMC_VERIFICATION_TOKEN }}
23
+
24
- name: Get the response status
25
run: echo "${{ steps.db-migration.outputs.response }}"
0 commit comments