diff --git a/.github/workflows/run-test-template.yml b/.github/workflows/run-test-template.yml index 9135195a553..037e26c0171 100644 --- a/.github/workflows/run-test-template.yml +++ b/.github/workflows/run-test-template.yml @@ -8,7 +8,7 @@ on: type: string node-version: required: true - type: number + type: string jobs: test: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6f7719c27b3..cb3507964f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }} \ No newline at end of file