Skip to content

Commit 7b31ccb

Browse files
committed
Add debugging output.
1 parent 2dd1879 commit 7b31ccb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/fleximod_test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
echo
4343
echo "Creating git-fleximod python srcript..."
4444
45+
ls $GITHUB_WORKSPACE/.lib/git-fleximod #DEBUG-JN
46+
4547
#Create new directory:
4648
mkdir $GITHUB_WORKSPACE/bin
4749
@@ -51,6 +53,7 @@ jobs:
5153
import sys
5254
import os
5355
sys.path.insert(0,os.path.abspath(os.path.join(os.path.dirname(__file__),"..",".lib","git-fleximod")))
56+
print(os.path.abspath(os.path.join(os.path.dirname(__file__),"..",".lib","git-fleximod")) #DEBUG-JN
5457
from git_fleximod.git_fleximod import main
5558
5659
if __name__ == '__main__':

0 commit comments

Comments
 (0)