Skip to content

Commit 5867e04

Browse files
committed
fix CI config
Signed-off-by: Wojciech Ozga <woz@zurich.ibm.com>
1 parent facb285 commit 5867e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: build confidential vms
4747
run: ACE_DIR=$(pwd)/build/ MAKEFLAGS="--silent -j4" make confidential_vms
4848
- name: run tests on confidential vms
49-
run: $(pwd)/build/ace test
49+
run: PATH=$PATH:$(pwd)/build/tools ace test

0 commit comments

Comments
 (0)