dev/actions feature: overtime #27
@@ -39,8 +39,8 @@ jobs:
|
|||||||
uses: harmon758/postgresql-action@v1
|
uses: harmon758/postgresql-action@v1
|
||||||
with:
|
with:
|
||||||
postgresql version: "16"
|
postgresql version: "16"
|
||||||
postgresql user: $POSTGRES_USER
|
postgresql user: ${{ env.POSTGRES_USER }}
|
||||||
postgresql password: $POSTGRES_PASSWORD
|
postgresql password: ${{ env.POSTGRES_PASSWORD }}
|
||||||
postgresql db: $POSTGRES_DB
|
postgresql db: ${{ env.POSTGRES_DB }}
|
||||||
- name: test
|
- name: test
|
||||||
run: make test
|
run: make test
|
||||||
|
|||||||
Reference in New Issue
Block a user