Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jan 8, 2025
1 parent 79fa182 commit 0f7de11
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/extra-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ jobs:
pwd
- name: Symlink extra tests to HiGHS
working-directory: ${{runner.workspace}}
working-directory: ${{runner.workspace}}/highs-tests/HiGHS/check
run: |
ls -a
pwd
ln -s ${{runner.workspace}}/highs-tests/highs-unit-tests ${{runner.workspace}}/highs-tests/HiGHS/check/highs-unit-tests/
ln -s ${{runner.workspace}}/highs-tests/highs-unit-tests highs-unit-tests/
cd highs-unit-tests
ls -a
pwd
# - name: Create Build Environment
Expand Down

0 comments on commit 0f7de11

Please sign in to comment.