We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0a86a commit 15e319eCopy full SHA for 15e319e
.github/workflows/go.yml
@@ -35,11 +35,10 @@ jobs:
35
with:
36
go-version: 1.18
37
38
- - name: Set up postgres database
+ - name: Set up postgres
39
run: |
40
- apt-get update
41
apt-get install --yes --no-install-recommends postgresql-client
42
- PGPASSWORD=postgres psql postgres -h localhost -d postgres -f /golang-test-api/resources/ddl-database.sql
+ PGPASSWORD=postgres psql postgres -h localhost -d postgres -f ./resources/ddl-database.sql
43
44
- name: Set up env
45
0 commit comments