5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-08 15:46:56 +00:00

chore: don't run in container

This commit is contained in:
Richard Simpson 2019-09-20 15:56:18 -05:00
parent d78f75f886
commit 9a7f009394
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2

View file

@ -24,9 +24,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: node:10.16-jessie
services:
vault:
image: vault:1.2.3
@ -38,6 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: 10.x
- name: npm install
run: npm ci
- name: test connection