Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 22, 2023
1 parent b4ca23e commit 127fccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- run: echo '${{ toJSON(matrix || '') }}' | jq -r '[.[]] | join("-")'
shell: bash
- run: echo 'matrix-string=${{ toJSON(matrix || '') }}' | jq -r '[.[]] | join("-")' >> $GITHUB_OUTPUT
- run: echo 'matrix-string=${{ toJSON(matrix || '') }}' | jq -r 'to_entries | map("\(.value)") | join("-")' >> $GITHUB_OUTPUT
shell: bash
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 127fccf

Please sign in to comment.