From d5defb92fd14a3a54376bbcafc65eda2f10deacc Mon Sep 17 00:00:00 2001 From: Vitor Hugo Schwaab Date: Wed, 22 May 2024 13:46:18 +0200 Subject: [PATCH] ci: run style and tests in parallel --- .github/workflows/codestyle.yml | 2 +- .github/workflows/gradle-run-unit-tests.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index c006033be0c..41c9433dab6 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -7,7 +7,7 @@ permissions: jobs: static-code-analysis: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: buildjet-4vcpu-ubuntu-2204 # Add a bit more Metaspace size as it tends to fail on GH runner when running linter, # Reduce a bit the memory allocation pool, as the 8GB set in gradle.properties is too much for CI diff --git a/.github/workflows/gradle-run-unit-tests.yml b/.github/workflows/gradle-run-unit-tests.yml index 59e1f69e88b..4682a16374c 100644 --- a/.github/workflows/gradle-run-unit-tests.yml +++ b/.github/workflows/gradle-run-unit-tests.yml @@ -14,7 +14,6 @@ jobs: code-style: uses: ./.github/workflows/codestyle.yml unit-tests: - needs: [code-style] runs-on: buildjet-8vcpu-ubuntu-2204 steps: