update @native
This commit is contained in:
parent
b70b871d5f
commit
530900a6be
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user