From b21ef0524175d75e7a766cfe01304d0f8e60e561 Mon Sep 17 00:00:00 2001 From: Ayush Shrivastava Date: Tue, 6 Apr 2021 21:35:53 +0530 Subject: [PATCH] fix nightly #2633 Trigger nightly Bump jacoco to newer version Check jdk version in ci runs Use ubuntu 18.04 for running unit tests Do not let custom-jacoco executable check in to VCS Remove nightly simulation Close #2636 Revert badge updates --- .github/workflows/nightly.yml | 2 +- custom/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 185d6e5ee..59ce97b9e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -36,7 +36,7 @@ jobs: path: screencap.png unit_test_and_release: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - name: checkout diff --git a/custom/.gitignore b/custom/.gitignore index 796b96d1c..c00d922bb 100644 --- a/custom/.gitignore +++ b/custom/.gitignore @@ -1 +1,2 @@ /build +jacoco.exec