Skip to content

Commit

Permalink
symlink try #2
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jan 8, 2025
1 parent 6426d73 commit 79fa182
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/extra-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
with:
repository: ERGO-Code/HiGHS
ref: latest
path: ${{runner.workspace}}/HiGHS
path: HiGHS

- name: Checkout highs-unit-tests repo
uses: actions/checkout@v4
with:
repository: galabovaa/highs-unit-tests
ref: main
path: ${{runner.workspace}}/highs-unit-tests
path: highs-unit-tests

- name: HiGHS dir
working-directory: HiGHS
Expand All @@ -45,10 +45,11 @@ jobs:
pwd
- name: Symlink extra tests to HiGHS
working-directory: ${{runner.workspace}}
run: |
ls -a
pwd
ln -s ${{runner.workspace}}/highs-unit-tests ${{runner.workspace}}/HiGHS/check/highs-unit-tests/
ln -s ${{runner.workspace}}/highs-tests/highs-unit-tests ${{runner.workspace}}/highs-tests/HiGHS/check/highs-unit-tests/
# - name: Create Build Environment
Expand Down

0 comments on commit 79fa182

Please sign in to comment.