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 4b2a013 commit ebb411a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- env:
TF_ACC: "1"
ASTRO_API_TOKEN: ${{ secrets.DEV_ASTRO_API_TOKEN }}
ASTRO_API_HOST: ${{ env.DEV_ASTRO_API_HOST }}
ASTRO_ORGANIZATION_ID: ${{ env.DEV_ASTRO_ORGANIZATION_ID }}
run: make testacc
ASTRO_API_HOST: $DEV_ASTRO_API_HOST
ASTRO_ORGANIZATION_ID: $env.DEV_ASTRO_ORGANIZATION_ID
run: echo $ASTRO_API_HOST; make testacc
timeout-minutes: 10

0 comments on commit ebb411a

Please sign in to comment.