Skip to content

Commit

Permalink
Use extracted matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 26, 2024
1 parent 455744e commit dca66de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Compute matrix
id: matrix
run: |
echo "matrix=$(ruby -ryaml -rjson -e 'puts JSON.dump(YAML.load(File.read("matrix.yml")))')" >> $GITHUB_OUTPUT
echo "matrix=$(ruby matrix.rb)" >> $GITHUB_OUTPUT
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dca66de

Please sign in to comment.