Skip to content

Commit

Permalink
For safety, copy build folder contents
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed May 20, 2024
1 parent 398cb7b commit c1ad370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ jobs:
- name: Copy integration test script
run: |
cp CI/integration_test.py test_suites/
cp CI/integration_test.py test_suites/ && cp lib3mf_sdk/Examples/CppDynamic/build/* test_suites/
- name: Run integration tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion CI/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def ExtractInfo(execCommand, fileName):

root = os.path.dirname(os.path.realpath(__file__))

execCommand = os.path.join(root, "../lib3mf_sdk", "Examples", "CppDynamic", "build", "Example_ExtractInfo")
execCommand = os.path.join(root, "Example_ExtractInfo")

print("Execute once for testing")
os.system(execCommand)
Expand Down

0 comments on commit c1ad370

Please sign in to comment.