From 9798b08b4c25685e92a7f537f68f35994a5a4899 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 26 Jun 2020 11:40:09 +0200 Subject: Remove semaphoreci.sh --- .github/workflows/haskell.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows/haskell.yml') diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index e2f4eac..4f3e0e8 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -15,7 +15,7 @@ jobs: with: enable-stack: true stack-no-global: true - stack-version: 'latest' + stack-version: latest - name: Cache uses: actions/cache@v2 @@ -24,8 +24,8 @@ jobs: ~/.stack graphql.cabal stack.yaml.lock - key: ${{ runner.os }}-build-${{ hashFiles('**/stack.yaml') }} - restore-keys: '${{ runner.os }}-build-' + key: ${{ runner.os }}-test-${{ hashFiles('**/stack.yaml') }} + restore-keys: ${{ runner.os }}-test- - name: Install dependencies run: stack --no-terminal test --only-snapshot @@ -45,7 +45,7 @@ jobs: with: enable-stack: true stack-no-global: true - stack-version: 'latest' + stack-version: latest - name: Cache uses: actions/cache@v2 @@ -54,8 +54,8 @@ jobs: ~/.stack graphql.cabal stack.yaml.lock - key: ${{ runner.os }}-build-${{ hashFiles('**/stack.yaml') }} - restore-keys: '${{ runner.os }}-build-' + key: ${{ runner.os }}-lint-${{ hashFiles('**/stack.yaml') }} + restore-keys: ${{ runner.os }}-lint- - name: Build HLint run: stack --no-terminal build hlint -- cgit v1.2.3