Skip to content

Commit

Permalink
.github/workflows: login to use pro features
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Aug 22, 2024
1 parent 15d1b3a commit e4ddca8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: |
curl -sSf 'https://atlasgo.sh?test=1' | env ATLAS_DEBUG=true sh
- uses: ariga/setup-atlas@v0
with:
cloud-token: ${{ secrets.ATLAS_TOKEN }}
env:
ATLAS_DEBUG: "true"
- name: Run tests
run: go test ./atlasexec/internal/e2e
env:
Expand Down

0 comments on commit e4ddca8

Please sign in to comment.