Skip to content

Commit

Permalink
Add matrix in strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed Sep 6, 2023
1 parent 97635fc commit c02c56a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-native-gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
runs-on: "ubuntu-20.04"
strategy:
fail-fast: false
matrix: ${{fromJson(needs.populate-matrix.outputs.matrix)}}
steps:
- name: "☁️ Checkout repository"
uses: actions/checkout@v3
Expand All @@ -73,6 +74,7 @@ jobs:
needs: populate-matrix
strategy:
fail-fast: false
matrix: ${{fromJson(needs.populate-matrix.outputs.matrix)}}
steps:
- name: "☁️ Checkout repository"
uses: actions/checkout@v3
Expand Down

0 comments on commit c02c56a

Please sign in to comment.