Skip to content

Commit 37ee715

Browse files
committed
echo current path
1 parent 569c2bd commit 37ee715

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ jobs:
113113
else
114114
echo "UT_LOG_PATH=${PRIMUS_WORKDIR}/ut_out/others" >> $GITHUB_ENV
115115
fi
116+
- name: Echo Path
117+
run: |
118+
echo "PWD: $(pwd)"
116119
- name: Run Unit Tests
117120
env:
118121
HF_TOKEN: ${{secrets.HF_TOKEN}}

0 commit comments

Comments
 (0)