Skip to content

Commit e0ebb20

Browse files
committed
WIP4
1 parent ffaa759 commit e0ebb20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/simple.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,15 @@ jobs:
3333

3434
- name: Set up PostgreSQL
3535
uses: ikalnytskyi/action-setup-postgres@v3
36+
with:
37+
username: ci
38+
password: sw0rdfish
39+
database: test
3640

3741
- name: PostgreSQL Connection string
3842
shell: bash
3943
run:
44+
echo "$CONNECTION_URI"
4045
echo "DATABASE_CONNSTRING=$CONNECTION_URI" >> $GITHUB_ENV
4146

4247
- name: Checkout

0 commit comments

Comments
 (0)