Skip to content

Commit

Permalink
default dir
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jan 8, 2025
1 parent 47c9114 commit 906f539
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/extra-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
ref: main
path: highs-unit-tests

- name: Symlink extra tests to HiGHS
- name: HiGHS dir
working-directory: HiGHS
run: |
ls -a
pwd
- name: Symlink extra tests
- name: extra tests dir
working-directory: highs-unit-tests
run: |
ls -a
Expand All @@ -44,6 +44,12 @@ jobs:
ls -a
pwd
- name: Symlink extra tests to HiGHS
run: |
ls -a
pwd
# - name: Create Build Environment
# run: cmake -E make_directory ${{runner.workspace}}/build

Expand Down

0 comments on commit 906f539

Please sign in to comment.