ci: proper Gitea Actions workflow with npm ci + vitest (Closes #4) #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/ci-gitea-actions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #4
Changes
npm installtonpm cifor reproducible buildsactions/setup-node@v6continue-on-error: truefrom test step — CI should fail on test failuresalways()condition on report step for status visibilitybuild-nodeaction pattern from.gitea/actions/Testing
npm ci+npm test=vitest runas defined in package.json