Skip to content

Commit

Permalink
Hmm idk
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 15, 2024
1 parent 20dc876 commit 8a45e20
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ jobs:
url: ${{ matrix.tests.url }}
test-names: ${{ matrix.tests.test-names }}
name: ${{ matrix.tests.name }}
- name: Run Test (Separate workflow)
uses: ./.github/workflows/run_test.yaml
with:
url: ${{ matrix.tests.url }}
test-names: ${{ matrix.tests.test-names }}
name: ${{ matrix.tests.name }}
Test2:
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.Prepare-Tests-Matrix.outputs.test) }}
needs: [Prepare-Tests-Matrix]
name: Run Test (Separate workflow)
uses: ./.github/workflows/run_test.yaml
with:
url: ${{ matrix.tests.url }}
test-names: ${{ matrix.tests.test-names }}
name: ${{ matrix.tests.name }}

0 comments on commit 8a45e20

Please sign in to comment.