Skip to content

Commit 6474bf4

Browse files
committed
more paths
1 parent 3d96bd6 commit 6474bf4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/hipo-macos-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Test executable
8383
working-directory: ${{runner.workspace}}/build
8484
run: |
85-
./bin/highs --solver=hipo
85+
./bin/highs --solver=hipo \
8686
${{runner.workspace}}/highs-tests/HiGHS/check/instances/afiro.mps
8787
8888
- name: Ctest

.github/workflows/hipo-ubuntu-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
working-directory: ${{runner.workspace}}/build
109109
run: |
110110
./bin/highs --solver=hipo \
111-
$${{runner.workspace}}/highs-tests/HiGHS/check/instances/afiro.mps
111+
$${{runner.workspace}}/HiGHS/check/instances/afiro.mps
112112
113113
- name: Ctest
114114
working-directory: ${{runner.workspace}}/build

.github/workflows/hipo-win-gh.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hipo-win-gh
22

3-
# on: [push, pull_request]
4-
on: []
3+
on: [push, pull_request]
4+
# on: []
55

66
jobs:
77
release:
@@ -62,7 +62,7 @@ jobs:
6262
working-directory: ${{runner.workspace}}/build
6363
run: |
6464
./Release/bin/highs --solver=hipo \
65-
$${{runner.workspace}}/highs-tests/HiGHS/check/instances/afiro.mps
65+
$${{runner.workspace}}/HiGHS/check/instances/afiro.mps
6666
6767
- name: Ctest
6868
shell: bash

0 commit comments

Comments
 (0)