We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e927e02 commit 61b3ca0Copy full SHA for 61b3ca0
.github/workflows/build-unit-tests-external.yml
@@ -51,6 +51,17 @@ jobs:
51
steps:
52
- uses: actions/checkout@v4
53
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
62
63
+ run: ln -s ${{runner.workspace}}/highs-unit-tests $GITHUB_WORKSPACE/check
64
65
- name: Create Build Environment
66
run: cmake -E make_directory ${{runner.workspace}}/build
67
0 commit comments