mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-26 21:34:26 +00:00
Test that overwrite env var works in nested action (#453)
This commit is contained in:
parent
cd5a8995f3
commit
d27529ebde
3 changed files with 28 additions and 0 deletions
|
|
@ -9,5 +9,6 @@ describe('e2e', () => {
|
|||
expect(process.env.OTHERALTSECRET).toBe("OTHERCUSTOMSECRET");
|
||||
expect(process.env.FOO).toBe("bar");
|
||||
expect(process.env.NAMED_CUBBYSECRET).toBe("zap");
|
||||
expect(process.env.SUBSEQUENT_TEST_SECRET).toBe("SUBSEQUENT_TEST_SECRET");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue