forked from MapComplete/MapComplete
Actions: try to get tests running
This commit is contained in:
parent
e7a0e5765b
commit
f4160ebcf0
1 changed files with 4 additions and 1 deletions
5
.github/workflows/deploy_hosted.yml
vendored
5
.github/workflows/deploy_hosted.yml
vendored
|
@ -36,7 +36,10 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: npm run test
|
run: |
|
||||||
|
pwd
|
||||||
|
ls
|
||||||
|
npm run test
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Upload artefact
|
- name: Upload artefact
|
||||||
|
|
Loading…
Reference in a new issue