Skip to content

Commit

Permalink
setup atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
noamcattan committed Oct 15, 2023
1 parent eafc04e commit 75921a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ jobs:
tags: local
load: true
- run: docker images
- uses: ariga/setup-atlas@master
with:
cloud-token: ${{ secrets.ATLAS_CLOUD_TEST_TOKEN }}
- name: sanity
id: sanity
uses: ./internal/action
with:
url: sqlite://internal/testdata/test.db
cloud-dir: deploy-action-test
cloud-token: ${{ secrets.ATLAS_CLOUD_TEST_TOKEN }}
- name: Check Error and Compare Current with Target
run: |
error_output="${{ steps.sanity.outputs.error }}"
Expand Down

0 comments on commit 75921a5

Please sign in to comment.