From 276e07ab5e3d8176f4ddede3bd3e6ad6d984bf56 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Sun, 2 Apr 2023 16:11:24 +0200 Subject: [PATCH] Ubuntu 20.04 build CI build job --- .bazelci/presubmit.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 4181561c4..61b2bfa73 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -6,6 +6,12 @@ tasks: - "//..." test_targets: - "//..." + ubuntu2004: + working_directory: test + build_targets: + - "//..." + test_targets: + - "//..." macos: working_directory: test build_targets: