Skip to content

Commit

Permalink
Do not re-run tests for assess code quality step (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 authored Jan 30, 2024
1 parent 9939434 commit ad3c221
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-gradle-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
assess-code-quality:
name: Asses code quality
runs-on: ubuntu-22.04
needs: build
needs: test
steps:
- name: Assess code quality
uses: bakdata/ci-templates/actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-gradle-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ concurrency:
jobs:
build-and-test:
name: Build, Test and Assess code quality
uses: bakdata/ci-templates/.github/workflows/java-gradle-base.yaml@1.39.0
uses: bakdata/ci-templates/.github/workflows/java-gradle-base.yaml@1.40.5
with:
java-distribution: ${{ inputs.java-distribution }}
java-version: ${{ inputs.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-gradle-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ concurrency:
jobs:
build-and-test:
name: Build, Test and Assess code quality
uses: bakdata/ci-templates/.github/workflows/java-gradle-base.yaml@1.39.0
uses: bakdata/ci-templates/.github/workflows/java-gradle-base.yaml@1.40.5
with:
java-distribution: ${{ inputs.java-distribution }}
java-version: ${{ inputs.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-gradle-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ concurrency:
jobs:
build-and-test:
name: Build, Test and Assess code quality
uses: bakdata/ci-templates/.github/workflows/java-gradle-base.yaml@1.39.0
uses: bakdata/ci-templates/.github/workflows/java-gradle-base.yaml@1.40.5
with:
java-distribution: ${{ inputs.java-distribution }}
java-version: ${{ inputs.java-version }}
Expand Down

0 comments on commit ad3c221

Please sign in to comment.