From 49b9913b8c1ac3669de6a41a90003eca6185bcc7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Mar 2020 11:24:26 -0800 Subject: [PATCH] ;ci: github: windows tweaks --- .github/workflows/windows-ci.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 0a911edde..45f26b59e 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -102,6 +102,10 @@ jobs: 7z x stack.zip -oC:\Windows stack.exe stack --version + - name: Install GHC + run: | + stack --resolver=lts --no-terminal setup + - name: Show stuff run: | ls C:\Users\runneradmin\ @@ -110,10 +114,6 @@ jobs: ls C:\Users\runneradmin\AppData\LocalLow\ ls C:\Users\runneradmin\AppData\Roaming\ - - name: Install GHC - run: | - stack --resolver=lts --no-terminal setup - # - name: Install shelltestrunner # - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.9; fi # - shelltest --version @@ -128,6 +128,14 @@ jobs: stack --resolver=lts --no-terminal install --ghc-options=-Werror --test # --bench --no-run-benchmarks --haddock --no-haddock-deps + - name: Show stuff 2 + run: | + ls C:\Users\runneradmin\ + ls C:\Users\runneradmin\AppData\ + ls C:\Users\runneradmin\AppData\Local\ + ls C:\Users\runneradmin\AppData\LocalLow\ + ls C:\Users\runneradmin\AppData\Roaming\ + # run hledger-lib/hledger functional tests, skipping the ones for addons #- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons