Skip to content

Commit e430871

Browse files
author
dcalixto
committed
setting the DATABASE_URL environment variable with the correct credentials
1 parent 867a7ba commit e430871

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/crystal-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ jobs:
4343
run: shards install
4444

4545
- name: Run specs
46+
env:
47+
DATABASE_URL: postgres://postgres:postgres@localhost:5432/crystal_pg_test
4648
run: crystal spec

0 commit comments

Comments
 (0)