Skip to content

Commit from m3o/m3o action #1473

Commit from m3o/m3o action

Commit from m3o/m3o action #1473

Workflow file for this run

name: Test Clients
on:
push:
branches:
- main
- beta
- ci
jobs:
generate:
name: Test Clients
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v2
with:
path: clients
#ref: main
- name: Test
working-directory: clients
env:
M3O_API_TOKEN: ${{ secrets.M3O_API_TOKEN }}
run: |
cd examples/helloworld/call
npm init -y
npm install --save m3o
node callTheHelloworldService.js