Merge pull request #1806 from yesodweb/no-newstack

Drop newstack
This commit is contained in:
Michael Snoyman 2023-07-02 08:56:44 +03:00 committed by GitHub
commit 393954d802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,5 @@ jobs:
shell: bash
run: |
set -ex
mkdir -p ../_newstack
stack upgrade --force-download --local-bin-path ../_newstack
../_newstack/stack --version
../_newstack/stack test --fast --no-terminal ${{ matrix.args }}
stack --version
stack test --fast --no-terminal ${{ matrix.args }}