Skip to content

Commit d2aecd7

Browse files
Update python-app.yml
1 parent 1cfc3e2 commit d2aecd7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/python-app.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Reproduce Issue
22

33
on:
44
push:
5-
branches: [ issue-874 ]
5+
branches: [ main ]
66

77
jobs:
88
reproduce:
@@ -19,7 +19,6 @@ jobs:
1919
echo "print('OK')" > test/a.py
2020
mkdir test1
2121
echo "print('OK')" > test1/a.py
22-
- name: Run OK
23-
run: python -m test1.a
24-
- name: Run Fail
25-
run: python test/a.py
22+
- name: Run script
23+
working-directory: ./test
24+
run: python -m a

0 commit comments

Comments
 (0)