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 1m34s

This commit is contained in:
hoangvv 2025-01-15 09:46:21 +07:00
parent b70b871d5f
commit 530900a6be

View File

@ -28,13 +28,15 @@ jobs:
- name: Activate virtual environment and install dependencies
run: make install
- name: Install Postgres
uses: ikalnytskyi/action-setup-postgres@v7
id: postgres
uses: harmon758/postgresql-action@v1
with:
postgresql version: '16'
- name : Test postgres
run: psql postgresql://postgres:postgres@localhost:5432/postgres -c "SELECT 1"
- name: Generate Config
run: make gen_config