summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-03-15 16:32:00 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-03-15 17:08:58 +0100
commit9b82bd312be8dadc3179dd7e3f818fd31c03ba90 (patch)
tree3b52c0c320d88bf36de51d661e318e40130c10f3 /.github/workflows
parent026ef7e01b48051d35ef97b018584884b5db9911 (diff)
Add testing
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/node.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index bb3bbf52..819bd5ee 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -51,3 +51,7 @@ jobs:
run: |
git status
git --no-pager diff
+
+ - name: Testing
+ run: |
+ npm run test --if-present