reuse containers to fix #86

This commit is contained in:
Casey Lee
2020-02-20 22:43:20 -05:00
parent e371fa8c49
commit 418b0db047
6 changed files with 91 additions and 22 deletions

16
pkg/runner/testdata/node/push.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: NodeJS Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
run: npm install