add tests for custom engines

This commit is contained in:
Richard Simpson 2020-02-05 15:00:31 -06:00
parent f38072a263
commit 44e1f881f2
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2
5 changed files with 58 additions and 0 deletions

View file

@ -130,6 +130,14 @@ jobs:
test altSecret ;
test altSecret | NAMED_ALTSECRET ;
nested/test otherAltSecret ;
- name: use vault action (using cubbyhole engine)
uses: ./
with:
url: http://localhost:${{ job.services.vault.ports[8200] }}
token: testtoken
secrets: |
/cubbyhole/test foo ;
/cubbyhole/test zip | NAMED_CUBBYSECRET ;
- name: verify
run: npm run test:e2e