11
0
Fork 0
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:
Leonardo Villela 2023-05-20 02:54:24 +02:00 committed by GitHub
parent cd5a8995f3
commit d27529ebde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 0 deletions

View file

@ -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");
});
});