Skip to content

Commit e8dd8ef

Browse files
committed
Added diagnostics
1 parent 8c7048a commit e8dd8ef

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

entrypoint.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ pwd
66
echo "contents:"
77
ls -al
88

9+
cd GITHUB_WORKSPACE
10+
11+
echo "current dir:"
12+
pwd
13+
14+
ls -al
15+
916
# Install the dependencies of this repo to be able to run the notebook
1017
pip install -r requirements.txt
1118

0 commit comments

Comments
 (0)