Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ichung08 committed Aug 20, 2024
1 parent 5ed4915 commit 8074624
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/import-script-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,7 @@ jobs:
IMPORT: "1"
HOSTED_ORGANIZATION_API_TOKEN: ${{ secrets.DEV_HOSTED_ORGANIZATION_API_TOKEN }}
HOSTED_ORGANIZATION_ID: clx42kkcm01fo01o06agtmshg
run: |
cat <<EOF > main.tf
terraform {
required_providers {
astro = {
source = "registry.terraform.io/astronomer/astro"
}
}
}
provider "astro" {
organization_id = "$HOSTED_ORGANIZATION_ID"
host = "https://api.astronomer-dev.io"
token = "$HOSTED_ORGANIZATION_API_TOKEN"
}
EOF
terraform init
make test-import-script
run: make test-import-script

test-import-script-stage:
name: Import Script Tests - Stage
Expand Down

0 comments on commit 8074624

Please sign in to comment.