Skip to content

Commit

Permalink
Move workflows to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 27, 2024
1 parent 24acff2 commit 7bc954a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: $${ inputs.engine_name }}
version: $${ inputs.engine_version }}
appraisal: ${{ fromJSON(needs.matrix.outputs.matrix) }}
uses: ./.github/workflows/unit-test/appraisal.yml
uses: ./.github/workflows/unit-test-appraisal.yml
with:
spec: ${{ matrix.spec }}
engine_name: ${{ matrix.engine.name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
spec:
- ${{ inputs.spec }}
engine: ${{ fromJSON(needs.matrix.outputs.matrix) }}
uses: ./.github/workflows/unit-test/engine.yml
uses: ./.github/workflows/unit-test-engine.yml
with:
spec: ${{ matrix.spec }}
engine_name: ${{ matrix.engine.name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
spec: ${{ needs.matrix.outputs.matrix }}
uses: ./.github/workflows/unit-test/spec.yml
uses: ./.github/workflows/unit-test-spec.yml
with:
spec: ${{ matrix.spec }}

0 comments on commit 7bc954a

Please sign in to comment.