Skip to content

Commit 2d9c300

Browse files
committed
[ci] test ci.yml
1 parent 7972e08 commit 2d9c300

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
with:
2727
path: ${{ env.WORKSPACE_SRC_PATH }}
2828

29+
- name: Print workspace variables
30+
shell: bash
31+
run: |
32+
echo "WORKSPACE_BUILD_PATH: $WORKSPACE_BUILD_PATH"
33+
echo "WORKSPACE_INSTALL_PATH: $WORKSPACE_INSTALL_PATH"
34+
echo "SOFA_ROOT: $SOFA_ROOT"
35+
echo "PWD: $(pwd)"
36+
2937
- name: Build and install
3038
id: build-install
3139
shell: bash

0 commit comments

Comments
 (0)