diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 406fa40..b1bcffc 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -22,5 +22,6 @@ jobs: env: M3O_API_TOKEN: ${{ secrets.M3O_API_TOKEN }} run: | - cd examples/helloworld/call/callTheHelloworldService - go run main.go + # stream is temporarily excluded as it hangs forever because test does not close connection + # @todo remove "idempotent: true" from stream example + find . -name ".run" | grep -v stream | xargs -n1 dirname | xargs -n1 go run