Skip to content

Commit fe37a7e

Browse files
authored
Update import_test.yml
1 parent 6a3bbb0 commit fe37a7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/import_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check for debug traces
1+
name: Import app .py files
22

33
on:
44
pull_request:
@@ -16,6 +16,7 @@ jobs:
1616
- name: Import app .py files
1717
run: |
1818
cd src/main/resources/scripts
19+
pwd
1920
echo "try:" > test.py
2021
echo " import archive_extract_reports" >> test.py
2122
echo " import cobertura" >> test.py
@@ -50,5 +51,7 @@ jobs:
5051
echo except: >> test.py
5152
echo " import sys " >> test.py
5253
echo " sys.exit(-1) " >> test.py
54+
55+
ls -la
5356
5457
python3 test.py

0 commit comments

Comments
 (0)