Merge pull request #1782 from yesodweb/support-stack-29

Remove unneeded invocation of Stack in CI
This commit is contained in:
Michael Snoyman 2022-09-22 06:48:14 +03:00 committed by GitHub
commit 486b871229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,5 +55,4 @@ jobs:
mkdir -p ../_newstack
stack upgrade --force-download --local-bin-path ../_newstack
../_newstack/stack --version
../_newstack/stack
../_newstack/stack test --fast --no-terminal ${{ matrix.args }}