update @native
Some checks failed
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
Setup Native Action / setup_native (3.12.7) (push) Failing after 1m22s

This commit is contained in:
hoangvv 2025-01-15 10:34:22 +07:00
parent 68db2e027e
commit df1565f305

View File

@ -25,6 +25,14 @@ jobs:
- name: Create Python virtual environment
run: python -m venv venv
- name: Make envfile
uses: SpicyPizza/create-envfile@v2.0
with:
PG_USER: ${{ secrets.PG_USER }}
PG_PASSWORD: ${{ secrets.PG_PASSWORD }}
DB_SERVER: ${{ vars.DB_SERVER }}
DB_PORT: ${{ vars.DB_PORT }}
- name: Activate virtual environment and install dependencies
run: make install
@ -34,14 +42,6 @@ jobs:
with:
postgresql version: '16'
- name: Make envfile
uses: SpicyPizza/create-envfile@v2.0
with:
PG_USER: ${{ secrets.PG_USER }}
PG_PASSWORD: ${{ secrets.PG_PASSWORD }}
DB_SERVER: ${{ vars.DB_SERVER }}
DB_PORT: ${{ vars.DB_PORT }}
- name: Generate Config
run: make gen_config