This is an automated email from the ASF dual-hosted git repository. ocket8888 pushed a commit to branch dev-actions in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
commit 765cbe059433c7cf746aa4e2734886c07bdd2de5 Author: ocket8888 <[email protected]> AuthorDate: Fri Aug 2 11:45:54 2019 -0600 Fixed workflow to use new action --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 785e9b1..11a6ebe 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -4,5 +4,5 @@ workflow "Daily Tests" { } action "Go Test" { - uses = "./traffic_ops/app/bin/tests/Dockerfile-golangtest" + uses = "./tests/traffic_ops/golang" }
