Update python-app.yml
This commit is contained in:
parent
3fb3e72d07
commit
2bf35f303b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/python-app.yml
vendored
5
.github/workflows/python-app.yml
vendored
|
|
@ -6,8 +6,9 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: Main
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -44,7 +45,7 @@ jobs:
|
||||||
- name: Generate Config
|
- name: Generate Config
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
cd app && gen-config.sh
|
cd app && ./gen-config.sh
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue