Skip to content

Commit 298a20d

Browse files
authored
Update import_test.yml
1 parent a5a975e commit 298a20d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/import_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ jobs:
6262
echo " sys.exit(-1) " >> test.py
6363
6464
- name: Run Python Script
65-
run: python src/main/resources/scripts/test.py
65+
run: |
66+
ls -ls src/main/resources/scripts
67+
python src/main/resources/scripts/test.py

0 commit comments

Comments
 (0)