From 92635d120316dc3d3b603649c8713b50a753d32d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 16 Oct 2020 17:33:12 -0400 Subject: Add GitHub Actions workflow --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index cbd317e8..0718ee2e 100644 --- a/TODO +++ b/TODO @@ -91,6 +91,19 @@ Fuzz Errors 18745, 20391, 23581 * Timeout: 15471, 17630 +GitHub Actions +============== + +* Actions are triggered on push to main and master. When we eventually + rename master to main, make sure the reference to master is removed + from .github/workflows/*.yml. + +* At the time of migrating from Azure Pipelines to GitHub Actions + (2020-10), there was no standard test result publisher (to replace + the PublishTestResults@2 task). There are some third-party actions, + but I'd rather not depend on them. Keep an eye open for this coming + to GitHub Actions. + Windows Build ============= -- cgit v1.2.3-54-g00ecf