Skip to content

Commit 677f7b5

Browse files
committed
Print workspace path.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
1 parent 847485d commit 677f7b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
# volumes:
1818
# - ${{ github.workspace }}:/home/rcdt/rcdt_robotics/
1919
steps:
20+
- name: Print workspace path
21+
run: echo ${{ github.workspace }}
2022
- name: List files
2123
run: |
2224
pwd

0 commit comments

Comments
 (0)