Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
cloudshiftchris committed Aug 1, 2024
1 parent 65a1553 commit 6c8262a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -47,3 +47,9 @@ jobs:
build-second:
needs: [ 'build-first' ]
uses: ./.github/workflows/run-gradle.yml

build-matrix:
strategy:
matrix:
a-matrix-dimension: [ 10, 12 ]
uses: ./.github/workflows/run-gradle.yml

0 comments on commit 6c8262a

Please sign in to comment.