apache/openwhisk-runtime-php

reduce bloat in this repo (and other runtime repos)

rabbah opened this issue · 1 comments

There are some gradle and ansible commands in here that are not relevant - for example, deploying a full openwhisk stack.

Was this because more tests were intended, which run system integration tests using wsk action create && invoke?

As it stands, in this repo, only container unit tests are run which do not need to deploy openwhisk.

Fixed in #35. Other PRs open.