Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and ZePan110 committed Oct 8, 2024
1 parent ddb467a commit 1b86bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_run-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
get-test-case:
runs-on: ubuntu-latest
outputs:
test_cases: ${{ steps.test-case-matrix.outputs.test_cases }}
run_matrix: ${{ steps.test-case-matrix.outputs.run_matrix }}
CHECKOUT_REF: ${{ steps.get-checkout-ref.outputs.CHECKOUT_REF }}
steps:
- name: Get checkout ref
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
run-test:
needs: [get-test-case]
strategy:
matrix:
matrix:
include: ${{ fromJSON(needs.get-test-case.outputs.run_matrix) }}
runs-on: ${{ matrix.hardware }}
continue-on-error: true
Expand Down

0 comments on commit 1b86bd0

Please sign in to comment.