Skip to content

Commit 907b7d8

Browse files
authored
Add debug step in CI workflow
Add debug step to output OS list for CI workflow
1 parent 9301293 commit 907b7d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636
echo 'os_list=["ubuntu-22.04","windows-2022","macos-14"]' >> $GITHUB_OUTPUT
3737
fi
3838
39+
- name: Debug
40+
run: echo '${{ steps.set.outputs.os_list }}'
41+
3942
build-and-test:
43+
needs: prepare
4044
name: Run on ${{ matrix.os }} with SOFA ${{ matrix.sofa_branch }} / MeshRefinement=${{ matrix.with_mesh_refinement }}
4145

4246
if: >

0 commit comments

Comments
 (0)