Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
noamcattan committed Oct 15, 2023
1 parent b526ac3 commit eafc04e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ jobs:
uses: ./internal/action
with:
url: sqlite://internal/testdata/test.db
cloud-dir: migrations
cloud-dir: deploy-action-test
cloud-token: ${{ secrets.ATLAS_CLOUD_TEST_TOKEN }}
cloud-url: ${{ secrets.ATLAS_CLOUD_TEST_URL }}
- name: Check Error and Compare Current with Target
run: |
error_output="${{ steps.sanity.outputs.error }}"
Expand Down

0 comments on commit eafc04e

Please sign in to comment.