dev/actions feature: overtime #27

Merged
tom_trgr merged 53 commits from dev/actions into main 2025-09-04 00:58:25 +02:00
Showing only changes of commit cbdd82b725 - Show all commits

View File

@@ -39,8 +39,8 @@ jobs:
uses: harmon758/postgresql-action@v1
with:
postgresql version: "16"
postgresql user: $POSTGRES_USER
postgresql password: $POSTGRES_PASSWORD
postgresql db: $POSTGRES_DB
postgresql user: ${{ env.POSTGRES_USER }}
postgresql password: ${{ env.POSTGRES_PASSWORD }}
postgresql db: ${{ env.POSTGRES_DB }}
- name: test
run: make test