Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 22, 2023
1 parent d082d86 commit 1920f20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- run: echo '${{ toJSON(matrix || '') }}' | jq -r '[.[]] | join("-")'
shell: bash
- run: echo '${{ toJSON(matrix || '') }}' | jq -r 'to_entries | map("\(.key)=\(.value)") | join("-")' | read mat | echo "matrix-string=$mat" >> $GITHUB_OUTPUT
id: foo
shell: bash
- run: echo "${{ steps.foo.output.matrix-string }}"
shell: bash
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 1920f20

Please sign in to comment.