Skip to content

Commit

Permalink
Test matrix without and with config vars from GH.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmcdonald404 committed Sep 13, 2023
1 parent 7e60af8 commit 47f9b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
vmlist: ${{ needs.set-vars.outputs.testvms }}
vmlist: ${{ fromJson(needs.set-vars.outputs.testvms) }}
steps:
- name: run over the matrix list
run: |
Expand Down

0 comments on commit 47f9b2d

Please sign in to comment.