Skip to content

Commit f664a5b

Browse files
committed
Updated workflow file
1 parent 8de336d commit f664a5b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/workflow.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,5 @@ jobs:
4747
- name: Run integration tests
4848
env:
4949
ENVIRONMENT: test
50-
DB_HOST: localhost
51-
DB_PORT: 5432
52-
DB_USER: postgres
53-
DB_PASSWORD: postgres
54-
DB_NAME: bookreviewapp_test
50+
DATABASE_URL: ${{vars.DATABASE_URL}}
5551
run: go test -v -tags=integration ./...

0 commit comments

Comments
 (0)