Skip to content

Commit

Permalink
this way maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 28, 2024
1 parent 7b26334 commit 8637137
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,12 @@ jobs:
- name: Report full path of test
run: echo ${{matrix.tests.path}}
use-old-output:
name: OLD ${{matrix.version.name}}
name: OLD ${{matrix.test.name}}
runs-on: ubuntu-latest
needs: [make-old-output]
needs:
- make-old-output
strategy:
matrix:
version: ${{ toJSON(needs.make-old-output.outputs.all_tests) }}
test: ${{ toJSON(needs.make-old-output.outputs.all_tests) }}
steps:
- run: echo '${{ toJSON(matrix.version) }}'
- run: echo '${{ toJSON(matrix.test.path) }}'

0 comments on commit 8637137

Please sign in to comment.