From 1920f20d6193774d1bde1c6e834506ced93a39ea Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Wed, 22 Nov 2023 11:01:05 -0500 Subject: [PATCH] test --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c91e85e..5355d3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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