Update python-app.yml
This commit is contained in:
parent
40b1dd3fcb
commit
f766202003
1 changed files with 7 additions and 2 deletions
9
.github/workflows/python-app.yml
vendored
9
.github/workflows/python-app.yml
vendored
|
|
@ -42,10 +42,15 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
|
|
||||||
|
- name: Set Permission
|
||||||
|
run: |
|
||||||
|
cd app
|
||||||
|
chmod +x run.sh
|
||||||
|
chmod +x gen-config.sh
|
||||||
|
|
||||||
- name: Generate Config
|
- name: Generate Config
|
||||||
run: |
|
run: |
|
||||||
|
pwd && ./gen-config.sh
|
||||||
cd app && pwd && ./gen-config.sh
|
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue