Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vandyliu committed Apr 10, 2024
1 parent 793fe9a commit 1b79847
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- name: Echo environment variables
run: |
echo "ASTRO_ORGANIZATION_ID=$ASTRO_ORGANIZATION_ID"
echo "ASTRO_API_HOST=$ASTRO_API_HOST"
env:
ASTRO_ORGANIZATION_ID: ${{ env.DEV_ASTRO_ORGANIZATION_ID }}
ASTRO_API_HOST: ${{ env.DEV_ASTRO_API_HOST }}
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
with:
terraform_version: ${{ matrix.terraform }}
Expand All @@ -63,8 +56,8 @@ jobs:
- env:
TF_ACC: "1"
ASTRO_API_TOKEN: ${{ secrets.DEV_ASTRO_API_TOKEN }}
ASTRO_ORGANIZATION_ID: ${{ env.DEV_ASTRO_ORGANIZATION_ID }}
ASTRO_API_HOST: ${{ env.DEV_ASTRO_API_HOST }}
ASTRO_ORGANIZATION_ID: ckmzjm22937931d35puw3tcdo
ASTRO_API_HOST: https://api.astronomer-dev.io
run: make testacc
timeout-minutes: 10

0 comments on commit 1b79847

Please sign in to comment.