From eb49a0dfe1d5d5287481d3b6dad9cd7732a9a81d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2023 16:01:37 +0300 Subject: [PATCH] Remove newstack --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 729e6efd..42303cbf 100755 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,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 --stack-yaml=${{ matrix.stack-yaml }} --resolver=${{ matrix.resolver }} + stack --version + stack test --fast --no-terminal --stack-yaml=${{ matrix.stack-yaml }} --resolver=${{ matrix.resolver }}