fix some identations for run-tests

This commit is contained in:
flx-sta 2024-09-10 10:54:53 -07:00
parent 07a292217a
commit ceb9490b4e

View File

@ -36,10 +36,9 @@ jobs:
run-tests: run-tests:
name: Run Tests name: Run Tests
needs: pre-test
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 }}