Skip to content

Commit

Permalink
Fix api test
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Jun 13, 2024
1 parent e293999 commit 2e39742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_install_test_vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Build and Test (vcpkg)
on:
pull_request:
branches: [ "develop"]

workflow_dispatch:


Expand Down
2 changes: 1 addition & 1 deletion tests/tools/test_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def test_reconstruct_wippolder(self, reconstruct_exe, dir_tests):

def test_reconstruct_api_wippolder(self, reconstruct_api_exe, dir_tests):
"""Can we run reconstruct api on the wippolder data?"""
subprocess.run([reconstruct_api_exe], capture_output=True, check=True)
subprocess.run(reconstruct_api_exe, capture_output=True, check=True)

0 comments on commit 2e39742

Please sign in to comment.