Actions: simplify runner

This commit is contained in:
Pieter Vander Vennet 2024-12-14 13:45:45 +01:00
parent 6ccc9d63d0
commit 8fdacba40c

View file

@ -42,13 +42,7 @@ jobs:
export NODE_OPTIONS="--max-old-space-size=8192"
npm run clean:tests
npm run generate:doctests 2>&1 | grep -v "No doctests found in"
if which vitest
then
vitest --run test
else
npm run test
fi
npm run clean:tests
shell: bash