Update python-app.yml

This commit is contained in:
2025-01-09 21:49:06 +09:00 committed by GitHub
commit 40b1dd3fcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,10 +44,9 @@ jobs:
- name: Generate Config
run: |
pwd
cd app && ./gen-config.sh
cd app && pwd && ./gen-config.sh
- name: Run
run: |
pwd
cd app && ./run.sh
pwd && ./run.sh