Skip to content

Commit

Permalink
[YJ] var in dict linux_test bis
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannjanvier committed Oct 3, 2024
1 parent 46a8128 commit 2520d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux_knitro_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
cmake: [
{generator: "Unix Makefiles", config: "Release", installDir: ""},
{generator: "Ninja", config: "Release", , installDir: ""},
{generator: "Ninja", config: "Release", installDir: ""},
{generator: "Ninja Multi-Config", config: "Release", installDir: "Release"},
]
fail-fast: false
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: check build
run: |
ls build/bin
ls ./build/bin/${{ matrix.cmake.config }}
ls ./build/bin/${{ matrix.cmake.installDir }}
- name: Run Knitro Test
run: >
./build/bin/${{ matrix.cmake.config }}/test_knitro_interface
./build/bin/${{ matrix.cmake.installDir }}/test_knitro_interface

0 comments on commit 2520d1b

Please sign in to comment.