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