summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/node/push.yml
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/testdata/node/push.yml')
-rw-r--r--pkg/runner/testdata/node/push.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/runner/testdata/node/push.yml b/pkg/runner/testdata/node/push.yml
new file mode 100644
index 0000000..4dfc80d
--- /dev/null
+++ b/pkg/runner/testdata/node/push.yml
@@ -0,0 +1,15 @@
+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.6
+ - run: which node
+ - name: Install Dependencies
+ run: npm install