remove extra ci pipeline added

This commit is contained in:
kvan7
2026-08-30 17:25:15 -05:00
parent 27e44bbcb6
commit baf32b7fb0
-16
View File
@@ -39,19 +39,3 @@ 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