Skip to content

Commit 6713b60

Browse files
committed
WIP2
1 parent 7d36add commit 6713b60

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/simple.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
fail-fast: false
1919
timeout-minutes:
2020
60
21-
services:
22-
postgres:
23-
image: postgres:10
24-
env:
25-
POSTGRES_PASSWORD: postgres
26-
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2721
steps:
2822
- name: Set git to use LF
2923
run: |
@@ -37,8 +31,8 @@ jobs:
3731
ghc-version: ${{ matrix.ghc }}
3832
cabal-version: '3.8.1.0'
3933

40-
# - name: Set up PostgreSQL
41-
# uses: ikalnytskyi/action-setup-postgres@v3
34+
- name: Set up PostgreSQL
35+
uses: ikalnytskyi/action-setup-postgres@v3
4236

4337
- name: Checkout
4438
uses: actions/checkout@v3.0.2

0 commit comments

Comments
 (0)