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:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
environment: Main
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -44,7 +45,7 @@ jobs:
|
|||
- name: Generate Config
|
||||
run: |
|
||||
pwd
|
||||
cd app && gen-config.sh
|
||||
cd app && ./gen-config.sh
|
||||
|
||||
- name: Run
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue