Skip to content

Commit

Permalink
Fixed GitHub action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfmnk committed Oct 25, 2024
1 parent 89eb28a commit c88075c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
go build -v .
# run acceptance tests in a matrix with Terraform core versions
test:
environment: TestingEnv
name: Matrix Test
needs: build
runs-on: ubuntu-latest
Expand Down Expand Up @@ -74,9 +75,10 @@ jobs:
- name: TF acceptance tests
timeout-minutes: 10
env:
TF_ACC: "1"
OVPN_HOST: ${{ vars.OVPN_HOST }}
CLOUDCONNEXA_TEST_ORGANIZATION: ${{ secrets.CLOUDCONNEXA_TEST_ORGANIZATION }}
CLOUDCONNEXA_CLIENT_ID: ${{ secrets.CLOUDCONNEXA_CLIENT_ID }}
CLOUDCONNEXA_CLIENT_SECRET: ${{ secrets.CLOUDCONNEXA_CLIENT_SECRET }}
TF_ACC: "1"
run: |
go test -v -cover ./cloudconnexa

0 comments on commit c88075c

Please sign in to comment.