Update python-app.yml
This commit is contained in:
parent
f766202003
commit
397c81a213
1 changed files with 2 additions and 2 deletions
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
|
|
@ -50,8 +50,8 @@ jobs:
|
|||
|
||||
- name: Generate Config
|
||||
run: |
|
||||
pwd && ./gen-config.sh
|
||||
cd app & pwd && ./gen-config.sh
|
||||
|
||||
- name: Run
|
||||
run: |
|
||||
pwd && ./run.sh
|
||||
cd app & pwd && ./run.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue