File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,13 @@ jobs:
158158 cmake --install .
159159
160160 - name : Test install executable
161+ shell : pwsh
161162 working-directory : ${{runner.workspace}}/installs
162163 run : |
163164 ls
164165 ls bin
166+ & ".\bin\highs.exe" --version
167+ ls "${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
165168 & ".\bin\highs.exe" --solver=hipo `
166169 "${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
167170
@@ -177,7 +180,6 @@ jobs:
177180
178181 - name : Build CMakeFindHighsPackage
179182 working-directory : ${{runner.workspace}}/build-find
180- shell : bash
181183 run : |
182184 cmake ${{runner.workspace}}/highs-tests/CMakeHighsFindPackage `
183185 -DHIGHS_DIR="${{runner.workspace}}/installs/lib/cmake/highs" `
@@ -268,13 +270,12 @@ jobs:
268270
269271 - name : Test
270272 working-directory : ${{runner.workspace}}/build
271- shell : bash
272273 run : |
274+ ls
273275 .\${{ matrix.config }}\main.exe
274276
275277 - name : Test install
276278 working-directory : ${{runner.workspace}}/installs
277- shell : bash
278279 run : |
279280 echo "----- ls"
280281 ls
You can’t perform that action at this time.
0 commit comments