Skip to content

Commit af3d8f1

Browse files
authored
Update ci.yml
1 parent 63502e8 commit af3d8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Run the microservice on MySQL
6060
run: |
6161
cargo build --target wasm32-wasip1 --release
62-
wasmedge compile target/wasm32-wasi/release/order_demo_service.wasm order_demo_service.wasm
62+
wasmedge compile target/wasm32-wasip1/release/order_demo_service.wasm order_demo_service.wasm
6363
nohup wasmedge --env "DATABASE_URL=mysql://root:[email protected]:3306/mysql" order_demo_service.wasm &
6464
echo $! > wasmedge.pid
6565
sleep 15

0 commit comments

Comments
 (0)