update @native
This commit is contained in:
parent
68db2e027e
commit
df1565f305
@ -25,6 +25,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Python virtual environment
|
- name: Create Python virtual environment
|
||||||
run: python -m venv venv
|
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
|
- name: Activate virtual environment and install dependencies
|
||||||
run: make install
|
run: make install
|
||||||
@ -34,14 +42,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
postgresql version: '16'
|
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
|
- name: Generate Config
|
||||||
run: make gen_config
|
run: make gen_config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user