Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemtam committed Oct 15, 2023
1 parent 4f4fa94 commit 7a2d954
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,13 @@ 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 7a2d954

Please sign in to comment.