Actions: try to get tests running

This commit is contained in:
Pieter Vander Vennet 2024-12-03 16:50:10 +01:00
parent e7a0e5765b
commit f4160ebcf0

View file

@ -36,7 +36,10 @@ jobs:
shell: bash
- name: run tests
run: npm run test
run: |
pwd
ls
npm run test
shell: bash
- name: Upload artefact