add ci to just run one failing test

This commit is contained in:
kvan7
2026-08-29 11:46:53 -05:00
parent c8455436e1
commit cbcb094295
+16
View File
@@ -39,3 +39,19 @@ jobs:
working-directory: ./renderer
- run: npm run test
working-directory: ./renderer
test-1:
name: Test one test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v7
with:
node-version: 24
- run: npm ci
working-directory: ./renderer
- run: npm ci
working-directory: ./main
- run: npm run make-index-files
working-directory: ./renderer
- run: npm run test -- -t "Random stats should be present"
working-directory: ./renderer