mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-25 22:25:58 +00:00
add ci to just run one failing test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user