mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +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
|
||||
node-version:
|
||||
required: true
|
||||
type: number
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
project: [misc, abilities, items, moves, battle]
|
||||
uses: /.github/workflows/run-test-template.yml
|
||||
uses: ./.github/workflows/run-test-template.yml
|
||||
with:
|
||||
project: ${{ matrix.project }}
|
||||
node-version: ${{ env.NODE_VERSION }}
|
Loading…
Reference in New Issue
Block a user