Skip to content

Commit

Permalink
chore: fixed CI with login
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Jan 24, 2024
1 parent af2e364 commit 2543a78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ jobs:
- working-directory: internal/testdata
run: |
atlas migrate diff --env gorm --var dialect=${{ matrix.dialect }}
env:
ATLAS_TOKEN: ${{ secrets.ATLAS_TOKEN }}
- working-directory: internal/testdata/circularfks
run: |
atlas migrate diff --env gorm --var dialect=${{ matrix.dialect }}
env:
ATLAS_TOKEN: ${{ secrets.ATLAS_TOKEN }}
- name: Verify migrations generated
run: |
status=$(git status --porcelain)
Expand Down

0 comments on commit 2543a78

Please sign in to comment.