Update testing.yaml
Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit
GoLang Tests / check and test (push) Failing after 11m55s

This commit is contained in:
2025-08-21 08:46:20 +02:00
parent dd8df1059e
commit cbdd82b725

View File

@@ -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