aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/node-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/node-tests.yml')
-rw-r--r--.github/workflows/node-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml
index 8dcf819e351..01afa262f19 100644
--- a/.github/workflows/node-tests.yml
+++ b/.github/workflows/node-tests.yml
@@ -70,7 +70,7 @@ jobs:
run: npm ci
- name: Test
- run: ./autotest-js.sh
+ run: npm run test:jsunit
handlebars:
runs-on: ubuntu-latest