summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAndrew Prokhorenkov <andrew.prokhorenkov@gmail.com>2020-02-06 11:11:20 -0600
committerMatan Kushner <hello@matchai.dev>2020-02-06 12:12:07 -0500
commitcead23edcaa7de0b5bcfb22d96f226628c4bbecd (patch)
tree140d3714f0d575bd96bf8a4d9286de7d497e4fd4 /.github
parentc4ab66d7fe1fe4993a1b3e701ffb779eca51bcd3 (diff)
test: port Haskell module tests to integration test (#913)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index ac281d0b1..124c8eeaf 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -116,23 +116,6 @@ jobs:
toolchain: stable
override: true
- # Install Stack at a fixed version (Linux & macOS version)
- - name: Install Stack [-nix]
- if: matrix.os != 'windows-latest'
- uses: mstksg/setup-stack@v1
-
- # Install Stack at a fixed version (Windows version), use Chocolatey
- - name: Install Stack [-windows]
- if: matrix.os == 'windows-latest'
- uses: crazy-max/ghaction-chocolatey@v1
- with:
- args: install haskell-stack -y
-
- - name: Install GHC version
- env:
- ARGS: --resolver nightly-2019-09-21
- run: stack $ARGS ghc -- --numeric-version --no-install-ghc
-
# Install Golang at a fixed version
- uses: actions/setup-go@v1
with: