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:
name: Run Tests
needs: pre-test
strategy:
matrix:
project: [misc, abilities, items, moves, battle]
uses: ./.github/workflows/run-test-template.yml
with:
project: ${{ matrix.project }}
uses: ./.github/workflows/run-test-template.yml
with:
project: ${{ matrix.project }}