forked from MapComplete/MapComplete
Merge branch 'develop' of source.mapcomplete.org:MapComplete/MapComplete into develop
This commit is contained in:
commit
edfd9413c6
1 changed files with 6 additions and 1 deletions
7
.github/workflows/deploy_hosted.yml
vendored
7
.github/workflows/deploy_hosted.yml
vendored
|
@ -40,7 +40,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
ls
|
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
|
shell: bash
|
||||||
|
|
||||||
- name: Upload artefact
|
- name: Upload artefact
|
||||||
|
|
Loading…
Reference in a new issue