about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authoralefvanoon <53198048+alefvanoon@users.noreply.github.com>2022-01-28 11:15:13 +0100
committerGitHub <noreply@github.com>2022-01-28 11:15:13 +0100
commit0b4bcce8c756079e4962b52eadf4909f4058bd49 (patch)
treedbe8d0307310bae4a7b2851f83f080c165a55dc8 /.github
parentHiding pageAction btn when not in instances (diff)
downloadlibredirect-0b4bcce8c756079e4962b52eadf4909f4058bd49.zip
Create test.yml
Diffstat (limited to '.github')
-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