mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 06:42:20 +02:00
test: see if this works
This commit is contained in:
parent
bb77f96dce
commit
611beb48e8
16
.github/workflows/tests.yml
vendored
16
.github/workflows/tests.yml
vendored
@ -33,14 +33,14 @@ jobs:
|
|||||||
- name: Run Pre-test
|
- name: Run Pre-test
|
||||||
run: npx vitest run --project pre ${{ runner.debug == '1' && '' || '--silent' }}
|
run: npx vitest run --project pre ${{ runner.debug == '1' && '' || '--silent' }}
|
||||||
|
|
||||||
# run-tests:
|
run-tests:
|
||||||
# name: Run Tests
|
name: Run Tests
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# needs: pre-test
|
needs: pre-test
|
||||||
# strategy:
|
strategy:
|
||||||
# matrix:
|
matrix:
|
||||||
# project: [misc, abilities, items, moves, battle]
|
project: [misc, abilities, items, moves, battle]
|
||||||
# uses: ./run-test-template.yml # run job defined in run-test-template.yml
|
# uses: /.github/workflows/run-test-template.yml
|
||||||
# with:
|
# with:
|
||||||
# project: ${{ matrix.project }}
|
# project: ${{ matrix.project }}
|
||||||
# node-version: ${{ env.NODE_VERSION }}
|
# node-version: ${{ env.NODE_VERSION }}
|
Loading…
Reference in New Issue
Block a user