Skip to content

Commit

Permalink
try fix win wf
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Sep 5, 2024
1 parent 37e3bb3 commit e0d37f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
uses: ./.github/workflows/cucumber-tests
with:
feature: "features/outer_loop_tests.feature"
mpi_path: ${{ GITHUB_WORKSPACE }}/_build/vcpkg_installed/x64-linux/tools/openmpi/bin
mpi_path: ${GITHUB_WORKSPACE}/_build/vcpkg_installed/x64-linux/tools/openmpi/bin

- name: Cache vcpkg binary dir
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: ./.github/workflows/cucumber-tests
with:
feature: "features/outer_loop_tests.feature"
mpi_path: ${{GITHUB_WORKSPACE}}/_build/vcpkg_installed/x64-linux/tools/openmpi/bin
mpi_path: ${GITHUB_WORKSPACE}/_build/vcpkg_installed/x64-linux/tools/openmpi/bin

- name: Running unit tests
timeout-minutes: 120
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
uses: ./.github/workflows/cucumber-tests
with:
feature: "features/outer_loop_tests.feature"
mpi_path: ${{GITHUB_WORKSPACE}}/_build/vcpkg_installed/x64-linux/tools/openmpi/bin
mpi_path: ${GITHUB_WORKSPACE}/_build/vcpkg_installed/x64-linux/tools/openmpi/bin


- name: Test
Expand Down

0 comments on commit e0d37f1

Please sign in to comment.