Skip to content

Commit ffaa759

Browse files
committed
WIP3
1 parent 6713b60 commit ffaa759

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
@@ -34,6 +34,11 @@ jobs:
3434
- name: Set up PostgreSQL
3535
uses: ikalnytskyi/action-setup-postgres@v3
3636

37+
- name: PostgreSQL Connection string
38+
shell: bash
39+
run:
40+
echo "DATABASE_CONNSTRING=$CONNECTION_URI" >> $GITHUB_ENV
41+
3742
- name: Checkout
3843
uses: actions/checkout@v3.0.2
3944

0 commit comments

Comments
 (0)