Skip to content

Commit 6f9a8d2

Browse files
committed
;ci: force use of and upgrade to shelltestrunner 1.11
1 parent 72a8dd1 commit 6f9a8d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/binaries-mac-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Install shelltestrunner
125125
run: |
126126
export PATH=~/.local/bin:$PATH
127-
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install --verbosity=error shelltestrunner; fi
127+
if [[ ! -x ~/.local/bin/shelltest || true ]]; then $stack install --verbosity=error shelltestrunner-1.11; fi
128128
shelltest --version
129129
130130
- name: Test functional tests (excluding addons)

.github/workflows/binaries-mac-x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Install shelltestrunner
126126
run: |
127127
export PATH=~/.local/bin:$PATH
128-
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install --verbosity=error shelltestrunner; fi
128+
if [[ ! -x ~/.local/bin/shelltest || true ]]; then $stack install --verbosity=error shelltestrunner-1.11; fi
129129
shelltest --version
130130
131131
- name: Test functional tests (excluding addons)

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
- name: Install shelltestrunner
329329
run: |
330330
export PATH=~/.local/bin:$PATH
331-
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.11; fi
331+
if [[ ! -x ~/.local/bin/shelltest || true ]]; then $stack install --verbosity=error shelltestrunner-1.11; fi
332332
shelltest --version
333333
if: env.do-all
334334

.github/workflows/oldest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
# - name: Install shelltestrunner
144144
# run: |
145145
# export PATH=~/.local/bin:$PATH
146-
# if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.11; fi
146+
# if [[ ! -x ~/.local/bin/shelltest || true ]]; then $stack install --verbosity=error shelltestrunner-1.11; fi
147147
# shelltest --version
148148

149149
# - name: Test functional tests (excluding addons)

0 commit comments

Comments
 (0)