Skip to content

Commit

Permalink
Test dynamic matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 22, 2023
1 parent 1a6bb37 commit 1a5a3a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
outputs:
versions: ${{ steps.generate.outputs.versions }}

test:
runs-on: ubuntu-latest
needs: [matrix]
strategy:
matrix:
version: ${{ matrix.outputs.versions }}
steps:
- run: echo ${{ matrix.version }}

build:
if: false
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1a5a3a4

Please sign in to comment.