Skip to content

Commit

Permalink
Split test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Sep 21, 2023
1 parent 504d83a commit 69d4f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-gradle-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
needs: build

steps:
- name: Run unit tests
- name: Run unit tests
uses: bakdata/ci-templates/actions/java-gradle-test@feat/split-test
# uses: bakdata/ci-templates/actions/[email protected]
with:
Expand All @@ -90,7 +90,7 @@ jobs:
working-directory: ${{ inputs.working-directory }}

asses-code:
name: Test and asses code quality
name: Asses code quality
runs-on: ubuntu-22.04
needs: test
steps:
Expand Down

0 comments on commit 69d4f03

Please sign in to comment.