File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,10 @@ jobs:
2323 - uses : actions/checkout@v3
2424 - uses : henryiii/nox@henryiii/feat/json
2525 - id : set-matrix
26- run : |
27- MATRIX=$(
28- nox --json -l | jq -c '[.[].session]'
29- )
30- echo "session=$MATRIX" | tee --append $GITHUB_OUTPUT
26+ run : echo session=$(nox --json -l | jq -c '[.[].session]') | tee --append $GITHUB_OUTPUT
3127
3228 checks :
29+ name : Session ${{ matrix.session }} on ${{ matrix.runs-on }}
3330 needs : [generate-jobs]
3431 runs-on : ${{ matrix.runs-on }}
3532 strategy :
4239 session : test(hello-cmake-package)
4340 - runs-on : windows-latest
4441 session : dist(hello-cmake-package)
45-
46- name : Session ${{ matrix.session }} on ${{ matrix.runs-on }}
47-
4842 steps :
4943 - uses : actions/checkout@v3
5044
You can’t perform that action at this time.
0 commit comments