diff --git a/.github/workflows/ci.dhall b/.github/workflows/ci.dhall index cd100c4..37bdb1c 100644 --- a/.github/workflows/ci.dhall +++ b/.github/workflows/ci.dhall @@ -1,4 +1,4 @@ -let haskellCi = https://raw.githubusercontent.com/vmchale/github-actions-dhall/master/haskell-ci.dhall +let haskellCi = https://raw.githubusercontent.com/sorki/github-actions-dhall/pending/haskell-ci.dhall in haskellCi.generalCi haskellCi.matrixSteps diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c064240..1b714a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ jobs: steps: - uses: "actions/checkout@v1" - id: setup-haskell-cabal - uses: "actions/setup-haskell@v1.1" + uses: "actions/setup-haskell@v1.1.4" with: cabal-version: "${{ matrix.cabal }}" enable-stack: false @@ -20,7 +20,7 @@ jobs: - name: build run: cabal build --enable-tests --enable-benchmarks - name: test - run: cabal test + run: cabal test --enable-tests - name: haddock run: cabal haddock strategy: