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

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