mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-11 18:44:26 +00:00
F
This commit is contained in:
6
.github/workflows/generate.yml
vendored
6
.github/workflows/generate.yml
vendored
@@ -22,7 +22,5 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
M3O_API_TOKEN: ${{ secrets.M3O_API_TOKEN }}
|
M3O_API_TOKEN: ${{ secrets.M3O_API_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cd examples/helloworld/call
|
cd examples/helloworld/call/callTheHelloworldService
|
||||||
npm init -y
|
go run main.go
|
||||||
npm install --save m3o
|
|
||||||
node callTheHelloworldService.js
|
|
||||||
|
|||||||
Reference in New Issue
Block a user