Skip to content

Commit c756e70

Browse files
refactor(ci): update example test
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent b378ecf commit c756e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
key: output-example-jit-cargo-${{ hashFiles('example/src/main.rs', 'example/Cargo.lock', 'example/hello.wit') }}
281281

282282
- name: Test Example
283-
run: cd example && npm run build && ./test.sh
283+
run: examples/hello-world/test.sh
284284

285285
test-aot:
286286
runs-on: ubuntu-latest
@@ -349,4 +349,4 @@ jobs:
349349
key: output-example-aot-cargo-${{ hashFiles('example/src/main.rs', 'example/Cargo.lock', 'example/hello.wit') }}
350350

351351
- name: Test Example
352-
run: cd example && npm run build && ./test.sh
352+
run: examples/hello-world/test.sh

0 commit comments

Comments
 (0)