chore: try not to run acceptance tests during normal test run
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 13s
CI Workflow / CI run build and linting (pull_request) Successful in 8m43s
CI Workflow / Code coverage report (pull_request) Successful in 3s
CI Workflow / CI run tests (pull_request) Failing after 11m37s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 17m26s
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 13s
CI Workflow / CI run build and linting (pull_request) Successful in 8m43s
CI Workflow / Code coverage report (pull_request) Successful in 3s
CI Workflow / CI run tests (pull_request) Failing after 11m37s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 17m26s
This commit is contained in:
parent
c735f222b2
commit
a3bc871fdb
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -109,7 +109,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: config
|
||||
env:
|
||||
TF_ACC: "1"
|
||||
TF_ACC_PROJECT_ID: ${{ vars.TF_ACC_PROJECT_ID }}
|
||||
TF_ACC_REGION: ${{ vars.TF_ACC_REGION }}
|
||||
TF_ACC_TEST_PROJECT_SERVICE_ACCOUNT_EMAIL: ${{ vars.TF_ACC_TEST_PROJECT_SERVICE_ACCOUNT_EMAIL }}
|
||||
|
|
@ -141,6 +140,8 @@ jobs:
|
|||
run: make test
|
||||
|
||||
- name: Acceptance Testing
|
||||
env:
|
||||
TF_ACC: "1"
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: make test-acceptance-tf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue