forked from MapComplete/MapComplete
Actions: simplify runner
This commit is contained in:
parent
6ccc9d63d0
commit
8fdacba40c
1 changed files with 1 additions and 7 deletions
|
@ -42,13 +42,7 @@ jobs:
|
||||||
export NODE_OPTIONS="--max-old-space-size=8192"
|
export NODE_OPTIONS="--max-old-space-size=8192"
|
||||||
npm run clean:tests
|
npm run clean:tests
|
||||||
npm run generate:doctests 2>&1 | grep -v "No doctests found in"
|
npm run generate:doctests 2>&1 | grep -v "No doctests found in"
|
||||||
if which vitest
|
vitest --run test
|
||||||
then
|
|
||||||
vitest --run test
|
|
||||||
else
|
|
||||||
npm run test
|
|
||||||
fi
|
|
||||||
|
|
||||||
npm run clean:tests
|
npm run clean:tests
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue