From eafc04ec5eec83ce9a8bee796c9531dfd83a459f Mon Sep 17 00:00:00 2001 From: noamcattan Date: Sun, 15 Oct 2023 20:05:04 +0300 Subject: [PATCH] fix integration test --- .github/workflows/ci-go.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-go.yaml b/.github/workflows/ci-go.yaml index 3851711..0e8ba45 100644 --- a/.github/workflows/ci-go.yaml +++ b/.github/workflows/ci-go.yaml @@ -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 }}"