about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoralefvanoon <53198048+alefvanoon@users.noreply.github.com>2022-01-28 15:28:55 +0100
committerGitHub <noreply@github.com>2022-01-28 15:28:55 +0100
commit4114e682abce0662b39ec73cc1e8cf6c2b1cf6ee (patch)
treebddb6ef03849ae7053ee17e728534d23b624ae74
parentBump nth-check from 2.0.0 to 2.0.1 (#10) (diff)
parentCreate test.yml (diff)
downloadlibredirect-4114e682abce0662b39ec73cc1e8cf6c2b1cf6ee.zip
Merge pull request #12 from alefvanoon/add-ci
Add test Actions
-rw-r--r--.github/workflows/test.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 00000000..4b4b43aa
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +1,14 @@
+name: test
+on: [push, pull_request]
+
+jobs:
+  test:
+    runs-on: ubuntu-latest
+
+    steps:
+      - uses: actions/checkout@v2
+      - uses: actions/setup-node@v2
+        with:
+          node-version: '14'
+      - run: npm install
+      - run: npm test