;ci: force use of and upgrade to shelltestrunner 1.11

This commit is contained in:
Simon Michael 2025-11-18 07:48:39 -10:00
parent 72a8dd12de
commit 6f9a8d2f66
4 changed files with 4 additions and 4 deletions

View File

@ -124,7 +124,7 @@ jobs:
- name: Install shelltestrunner
run: |
export PATH=~/.local/bin:$PATH
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install --verbosity=error shelltestrunner; fi
if [[ ! -x ~/.local/bin/shelltest || true ]]; then $stack install --verbosity=error shelltestrunner-1.11; fi
shelltest --version
- name: Test functional tests (excluding addons)

View File

@ -125,7 +125,7 @@ jobs:
- name: Install shelltestrunner
run: |
export PATH=~/.local/bin:$PATH
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install --verbosity=error shelltestrunner; fi
if [[ ! -x ~/.local/bin/shelltest || true ]]; then $stack install --verbosity=error shelltestrunner-1.11; fi
shelltest --version
- name: Test functional tests (excluding addons)

View File

@ -328,7 +328,7 @@ jobs:
- name: Install shelltestrunner
run: |
export PATH=~/.local/bin:$PATH
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.11; fi
if [[ ! -x ~/.local/bin/shelltest || true ]]; then $stack install --verbosity=error shelltestrunner-1.11; fi
shelltest --version
if: env.do-all

View File

@ -143,7 +143,7 @@ jobs:
# - name: Install shelltestrunner
# run: |
# export PATH=~/.local/bin:$PATH
# if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.11; fi
# if [[ ! -x ~/.local/bin/shelltest || true ]]; then $stack install --verbosity=error shelltestrunner-1.11; fi
# shelltest --version
# - name: Test functional tests (excluding addons)