mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 06:42:20 +02:00
make node-version
input a string
This commit is contained in:
parent
148458f71f
commit
d3268ce72c
2
.github/workflows/run-test-template.yml
vendored
2
.github/workflows/run-test-template.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
node-version:
|
node-version:
|
||||||
required: true
|
required: true
|
||||||
type: number
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
project: [misc, abilities, items, moves, battle]
|
project: [misc, abilities, items, moves, battle]
|
||||||
uses: /.github/workflows/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