Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschoning authored Apr 14, 2022
1 parent 91fa462 commit 2cf56d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- ubuntu-latest
#-macos-latest
#-windows-latest
resolver:
#resolver:
#- nightly
- lts-18.7
#- lts-18.7

steps:
- name: Clone project
Expand All @@ -33,4 +33,4 @@ jobs:
mkdir -p ../_newstack
stack upgrade --force-download --local-bin-path ../_newstack
../_newstack/stack --version
../_newstack/stack test --fast --no-terminal --resolver=${{ matrix.resolver }}
../_newstack/stack test --fast --no-terminal

0 comments on commit 2cf56d9

Please sign in to comment.