This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
from bfc6c0c Add test data for register userkeys (#99)
add 740a8c1 Add github actions for verifying different type input params
with go sdk
new f4febd1 Add github actions for verifying different type input params
with go sdk
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../setup-go-and-build/action.yml} | 51 +-
.github/workflows/build.yml | 13 +-
.github/workflows/ci.yml | 98 ++++
Makefile | 4 +-
ci/ci_test.go | 531 +++++++++++++++++++++
5 files changed, 663 insertions(+), 34 deletions(-)
copy .github/{workflows/build.yml => actions/setup-go-and-build/action.yml}
(63%)
create mode 100644 .github/workflows/ci.yml
create mode 100644 ci/ci_test.go