We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a975e commit 298a20dCopy full SHA for 298a20d
.github/workflows/import_test.yml
@@ -62,4 +62,6 @@ jobs:
62
echo " sys.exit(-1) " >> test.py
63
64
- name: Run Python Script
65
- run: python src/main/resources/scripts/test.py
+ run: |
66
+ ls -ls src/main/resources/scripts
67
+ python src/main/resources/scripts/test.py
0 commit comments