Skip to content

Commit db78e12

Browse files
committed
Fix CI
1 parent 181d228 commit db78e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
cd tests/package
115115
./download_execs.ps1
116116
cd ../..
117-
poetry run py -m embark run tests/package/playbook.yml --report
117+
./embark.exe run tests/package/playbook.yml --report
118118
- name: Save logs and report artifact
119119
uses: actions/upload-artifact@v4
120120
with:

0 commit comments

Comments
 (0)