Merge branch 'develop' of source.mapcomplete.org:MapComplete/MapComplete into develop

This commit is contained in:
Pieter Vander Vennet 2024-12-05 18:11:16 +01:00
commit edfd9413c6

View file

@ -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