Runner: attempt to get tests working

This commit is contained in:
Pieter Vander Vennet 2024-12-05 10:49:39 +01:00
parent 7eb91cee38
commit 2788e13640

View file

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