We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d36add commit 6713b60Copy full SHA for 6713b60
.github/workflows/simple.yml
@@ -18,12 +18,6 @@ jobs:
18
fail-fast: false
19
timeout-minutes:
20
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
27
steps:
28
- name: Set git to use LF
29
run: |
@@ -37,8 +31,8 @@ jobs:
37
31
ghc-version: ${{ matrix.ghc }}
38
32
cabal-version: '3.8.1.0'
39
33
40
- # - name: Set up PostgreSQL
41
- # uses: ikalnytskyi/action-setup-postgres@v3
34
+ - name: Set up PostgreSQL
35
+ uses: ikalnytskyi/action-setup-postgres@v3
42
36
43
- name: Checkout
44
uses: actions/checkout@v3.0.2
0 commit comments