fix: adjust acceptance test action
[skip ci]
This commit is contained in:
parent
de2a9e2ea8
commit
6de8c5ee96
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci_new.yaml
vendored
2
.github/workflows/ci_new.yaml
vendored
|
|
@ -221,6 +221,7 @@ jobs:
|
||||||
- name: Testing
|
- name: Testing
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
run: |
|
run: |
|
||||||
|
unset TF_ACC
|
||||||
TF_ACC_SERVICE_ACCOUNT_FILE=~/.service_account.json
|
TF_ACC_SERVICE_ACCOUNT_FILE=~/.service_account.json
|
||||||
export TF_ACC_SERVICE_ACCOUNT_FILE
|
export TF_ACC_SERVICE_ACCOUNT_FILE
|
||||||
make test
|
make test
|
||||||
|
|
@ -228,6 +229,7 @@ jobs:
|
||||||
- name: Testing with coverage
|
- name: Testing with coverage
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
run: |
|
run: |
|
||||||
|
unset TF_ACC
|
||||||
TF_ACC_SERVICE_ACCOUNT_FILE=~/.service_account.json
|
TF_ACC_SERVICE_ACCOUNT_FILE=~/.service_account.json
|
||||||
export TF_ACC_SERVICE_ACCOUNT_FILE
|
export TF_ACC_SERVICE_ACCOUNT_FILE
|
||||||
make coverage
|
make coverage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue