This commit is contained in:
Janos Dobronszki
2021-11-03 10:17:51 +00:00
parent b0f9eae01a
commit 18df6dada9

View File

@@ -22,7 +22,5 @@ jobs:
env:
M3O_API_TOKEN: ${{ secrets.M3O_API_TOKEN }}
run: |
cd examples/helloworld/call
npm init -y
npm install --save m3o
node callTheHelloworldService.js
cd examples/helloworld/call/callTheHelloworldService
go run main.go