Skip to content

Commit

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

0 comments on commit 615e81d

Please sign in to comment.