File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments