Skip to content

Commit

Permalink
Tag next release
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Oct 11, 2023
1 parent 9be1032 commit a479fa4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/java-gradle-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/java-gradle-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/java-gradle-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/java-gradle-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a479fa4

Please sign in to comment.