aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMohammed Al Sahaf <[email protected]>2020-08-01 23:23:22 +0300
committerGitHub <[email protected]>2020-08-01 20:23:22 +0000
commit399eff415ca530c02b21506949526ca7fd0698fe (patch)
tree3f94504c6ece52f5fc0d6d655218c2f9cfe74f95 /.github/workflows/ci.yml
parentc054a818a1d6fee61cebc48b4286bb40d0553f4c (diff)
downloadcaddy-399eff415ca530c02b21506949526ca7fd0698fe.tar.gz
caddy-399eff415ca530c02b21506949526ca7fd0698fe.zip
ci: Include tracking of GOOS for which Caddy fails to build (#3617)
* ci: include tracking of GOOS for which Caddy fails to build * ci: split cross-build check into separate workflow * ci: cross-build check: make it clear the cross-build check is not a blocker * ci: cross-build check: set annotation instead of failing the build * ci: cross-build check: explicitly set continue-on-error to force success marker * ci: cross-build check: send stderr to /dev/null * ci: Simplify workflow names Co-authored-by: Francis Lavoie <[email protected]> Co-authored-by: Francis Lavoie <[email protected]> Co-authored-by: Matt Holt <[email protected]>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 67e15d4dc..8584455ba 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,6 @@
# Used as inspiration: https://github.com/mvdan/github-actions-golang
-name: Cross-Platform
+name: Tests
on:
push: