This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a change to branch dev-actions
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from fa51b09 Added experimental test workflow
new 4b9b043 Added a GH action for running go tests
new 765cbe0 Fixed workflow to use new action
The 2 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:
.github/main.workflow | 2 +-
.../traffic_ops/golang/Dockerfile | 13 ++++++------
.../NOTICE => test/traffic_ops/golang/README.md | 9 +++++----
test/traffic_ops/golang/entrypoint.sh | 23 ++++++++++++++++++++++
4 files changed, 35 insertions(+), 12 deletions(-)
rename traffic_ops/app/bin/tests/Dockerfile-golangtest =>
test/traffic_ops/golang/Dockerfile (64%)
copy vendor/gopkg.in/yaml.v2/NOTICE => test/traffic_ops/golang/README.md (63%)
create mode 100644 test/traffic_ops/golang/entrypoint.sh