Skip to content

Commit

Permalink
Use Stack install script for Windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 26, 2020
1 parent 15dae9d commit ddb1906
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
resolver: [nightly, lts-15, lts-14, lts-12, lts-11, lts-9]

steps:
- name: Setup Stack
uses: mstksg/setup-stack@v1

- name: Clone project
uses: actions/checkout@v2

Expand All @@ -28,6 +25,8 @@ jobs:
${{ runner.os }}-${{ matrix.resolver }}-
- name: Build and run tests
shell: bash
run: |
set -ex
curl -sSL https://get.haskellstack.org/ | sh -s - -f
stack test --fast --no-terminal --resolver=${{ matrix.resolver }}

0 comments on commit ddb1906

Please sign in to comment.