-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9be1032
commit a479fa4
Showing
4 changed files
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,8 +72,7 @@ jobs: | |
needs: build | ||
steps: | ||
- name: Run unit tests | ||
uses: bakdata/ci-templates/actions/java-gradle-test@feat/split-test | ||
# uses: bakdata/ci-templates/actions/[email protected] | ||
uses: bakdata/ci-templates/actions/[email protected] | ||
with: | ||
gradle-cache: ${{ inputs.gradle-cache }} | ||
gradle-version: ${{ inputs.gradle-version }} | ||
|
@@ -87,8 +86,7 @@ jobs: | |
needs: build | ||
steps: | ||
- name: Assess code quality | ||
uses: bakdata/ci-templates/actions/java-gradle-assess-code-quality@feat/split-test | ||
# uses: bakdata/ci-templates/actions/[email protected] | ||
uses: bakdata/ci-templates/actions/[email protected] | ||
with: | ||
download-lfs-files: ${{ inputs.download-lfs-files }} | ||
gradle-cache: ${{ inputs.gradle-cache }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,8 +71,7 @@ on: | |
jobs: | ||
build-and-test: | ||
name: Build, Test and Assess code quality | ||
uses: bakdata/ci-templates/.github/workflows/java-gradle-base.yaml@feat/split-test | ||
# uses: bakdata/ci-templates/.github/workflows/[email protected] | ||
uses: bakdata/ci-templates/.github/workflows/[email protected] | ||
with: | ||
java-distribution: ${{ inputs.java-distribution }} | ||
java-version: ${{ inputs.java-version }} | ||
|
@@ -138,7 +137,7 @@ jobs: | |
name: Create Github release | ||
if: startsWith(github.ref, 'refs/tags/') | ||
runs-on: ubuntu-22.04 | ||
needs: [ publish, publish-jib-image] | ||
needs: [publish, publish-jib-image] | ||
|
||
steps: | ||
- name: Release on Github | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,8 +61,7 @@ on: | |
jobs: | ||
build-and-test: | ||
name: Build, Test and Assess code quality | ||
uses: bakdata/ci-templates/.github/workflows/java-gradle-base.yaml@feat/split-test | ||
# uses: bakdata/ci-templates/.github/workflows/[email protected] | ||
uses: bakdata/ci-templates/.github/workflows/[email protected] | ||
with: | ||
java-distribution: ${{ inputs.java-distribution }} | ||
java-version: ${{ inputs.java-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,8 +67,7 @@ on: | |
jobs: | ||
build-and-test: | ||
name: Build, Test and Assess code quality | ||
uses: bakdata/ci-templates/.github/workflows/java-gradle-base.yaml@feat/split-test | ||
# uses: bakdata/ci-templates/.github/workflows/[email protected] | ||
uses: bakdata/ci-templates/.github/workflows/[email protected] | ||
with: | ||
java-distribution: ${{ inputs.java-distribution }} | ||
java-version: ${{ inputs.java-version }} | ||
|