Skip to content

Commit 61b3ca0

Browse files
committed
clone extra tests repo for all tests
1 parent e927e02 commit 61b3ca0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build-unit-tests-external.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v4
5353

54+
- name: Clone extra unit tests repo
55+
shell: bash
56+
working-directory: ${{runner.workspace}}
57+
run: |
58+
git clone https://github.com/galabovaa/highs-unit-tests.git
59+
60+
- name: Create symlink
61+
shell: bash
62+
working-directory: ${{runner.workspace}}
63+
run: ln -s ${{runner.workspace}}/highs-unit-tests $GITHUB_WORKSPACE/check
64+
5465
- name: Create Build Environment
5566
run: cmake -E make_directory ${{runner.workspace}}/build
5667

0 commit comments

Comments
 (0)