Skip to content

Commit 986d9e1

Browse files
committed
WIP6
1 parent fd8409a commit 986d9e1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/simple.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,12 @@ jobs:
3333

3434
- name: Set up PostgreSQL
3535
uses: ikalnytskyi/action-setup-postgres@v3
36+
id: postgres
3637
with:
3738
username: ci
3839
password: sw0rdfish
3940
database: test
4041

41-
- name: PostgreSQL Connection string
42-
shell: bash
43-
run: |
44-
echo "$CONNECTION_URI"
45-
echo "DATABASE_CONNSTRING=$CONNECTION_URI" >> $GITHUB_ENV
46-
4742
- name: Checkout
4843
uses: actions/checkout@v3.0.2
4944

@@ -59,3 +54,5 @@ jobs:
5954

6055
- name: Test
6156
run: cabal test all --enable-tests --test-show-details=direct
57+
env:
58+
DATABASE_CONNSTRING: ${{ steps.postgres.outputs.connection-uri }}

0 commit comments

Comments
 (0)