Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zepeng811 authored Aug 31, 2023
1 parent 33a8755 commit 83b9562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- id: set-matrix
run: echo "::set-output name=matrix::{\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]}"
run: echo "::set-output name=matrix::$(cat ./github/workflows/tests.json)"
job2:
needs: job1
runs-on: ubuntu-latest
Expand Down

0 comments on commit 83b9562

Please sign in to comment.