;ci: use newer shelltestrunner with newer ghc

This commit is contained in:
Simon Michael 2023-12-01 18:25:16 -10:00
parent 565e068a00
commit 38140945f7
3 changed files with 3 additions and 2 deletions

View File

@ -171,7 +171,7 @@ jobs:
stack: ${{ matrix.plan.stack }} stack: ${{ matrix.plan.stack }}
run: | run: |
export PATH=~/.local/bin:$PATH export PATH=~/.local/bin:$PATH
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.9; fi if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.10; fi
shelltest --version shelltest --version
if: env.CONTINUE if: env.CONTINUE

View File

@ -143,7 +143,7 @@ jobs:
# - name: Install shelltestrunner # - name: Install shelltestrunner
## - export PATH=~/.local/bin:$PATH ## - export PATH=~/.local/bin:$PATH
# - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.9; fi # - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.10; fi
# - shelltest --version # - shelltest --version
- name: Install haskell deps - name: Install haskell deps

View File

@ -265,6 +265,7 @@ jobs:
run: | run: |
export PATH=~/.local/bin:$PATH export PATH=~/.local/bin:$PATH
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.9; fi if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.9; fi
# shelltestrunner 1.10 requires a newer resolver or extra deps
shelltest --version shelltest --version
if: env.CONTINUE if: env.CONTINUE