let's try using matrix again...

This commit is contained in:
flx-sta 2024-09-10 10:17:06 -07:00
parent 611beb48e8
commit 148458f71f

View File

@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
project: [misc, abilities, items, moves, battle]
# uses: /.github/workflows/run-test-template.yml
# with:
# project: ${{ matrix.project }}
# node-version: ${{ env.NODE_VERSION }}
uses: /.github/workflows/run-test-template.yml
with:
project: ${{ matrix.project }}
node-version: ${{ env.NODE_VERSION }}