2 Commits
v0.8.0 ... ci

Author SHA1 Message Date
Janos Dobronszki
18df6dada9 F 2021-11-03 10:17:51 +00:00
Janos Dobronszki
b0f9eae01a F 2021-11-03 09:31:38 +00:00

26
.github/workflows/generate.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
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/callTheHelloworldService
go run main.go