mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-10 00:26:55 +00:00
check if CI fails
This commit is contained in:
parent
18905ca3b3
commit
c588172520
1 changed files with 9 additions and 7 deletions
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
|
|
@ -169,13 +169,15 @@ jobs:
|
||||||
token: testtoken
|
token: testtoken
|
||||||
secrets: |
|
secrets: |
|
||||||
secret/data/test secret | SUBSEQUENT_TEST_SECRET;
|
secret/data/test secret | SUBSEQUENT_TEST_SECRET;
|
||||||
- name: Test Vault Action Overwrites Env Vars In Subsequent Action (part 2/2)
|
# After rebase with main to catch this fix https://github.com/hashicorp/vault-action/pull/463, running build on all branches
|
||||||
uses: ./
|
# Comment out to check if CI fails
|
||||||
with:
|
# - name: Test Vault Action Overwrites Env Vars In Subsequent Action (part 2/2)
|
||||||
url: http://localhost:8200/
|
# uses: ./
|
||||||
token: testtoken
|
# with:
|
||||||
secrets: |
|
# url: http://localhost:8200/
|
||||||
secret/data/subsequent-test secret | SUBSEQUENT_TEST_SECRET;
|
# token: testtoken
|
||||||
|
# secrets: |
|
||||||
|
# secret/data/subsequent-test secret | SUBSEQUENT_TEST_SECRET;
|
||||||
|
|
||||||
- name: Verify Vault Action Outputs
|
- name: Verify Vault Action Outputs
|
||||||
run: npm run test:integration:e2e
|
run: npm run test:integration:e2e
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue