Skip to content

Commit

Permalink
ci: run style and tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed May 22, 2024
1 parent 291a569 commit d5defb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gradle-run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
code-style:
uses: ./.github/workflows/codestyle.yml
unit-tests:
needs: [code-style]
runs-on: buildjet-8vcpu-ubuntu-2204

steps:
Expand Down

0 comments on commit d5defb9

Please sign in to comment.