forked from MapComplete/MapComplete
Runner: attempt to get tests working
This commit is contained in:
parent
7eb91cee38
commit
2788e13640
1 changed files with 6 additions and 1 deletions
7
.github/workflows/deploy_hosted.yml
vendored
7
.github/workflows/deploy_hosted.yml
vendored
|
@ -35,7 +35,12 @@ jobs:
|
|||
run: |
|
||||
pwd
|
||||
ls
|
||||
npm run test
|
||||
# This is the same as `npm run test`, but `vitest` doesn't want to run within npm :shrug:
|
||||
export NODE_OPTIONS="--max-old-space-size=8192"
|
||||
npm run clean:tests
|
||||
npm run generate:doctests 2>&1 | grep -v "No doctests found in"
|
||||
vitest --run test
|
||||
npm run clean:tests
|
||||
shell: bash
|
||||
|
||||
- name: Prepare deploy
|
||||
|
|
Loading…
Reference in a new issue