Skip to content

Commit

Permalink
clone extra tests repo for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Nov 12, 2024
1 parent e927e02 commit 61b3ca0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-unit-tests-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Clone extra unit tests repo
shell: bash
working-directory: ${{runner.workspace}}
run: |
git clone https://github.com/galabovaa/highs-unit-tests.git
- name: Create symlink
shell: bash
working-directory: ${{runner.workspace}}
run: ln -s ${{runner.workspace}}/highs-unit-tests $GITHUB_WORKSPACE/check

- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build

Expand Down

0 comments on commit 61b3ca0

Please sign in to comment.