Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): use common workflows #7

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 0 additions & 68 deletions .github/actions/bump-version/action.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/actions/import-gpg-key/action.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/actions/publish-maven-artifacts/action.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/actions/run-tests/action.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/actions/setup-build/action.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/dash-dependency-check.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/publish-snapshot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release-tck-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#

---
name: Create CVF Release
name: Create TCK Build Release
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/bump-version
- uses: eclipse-dataspacetck/tck-common/.github/actions/bump-version@main
with:
target_branch: "main"
base_version: ${{ needs.Prepare-Release.outputs.tck-version }}
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-build
- uses: eclipse-dataspacetck/tck-common/.github/actions/setup-build@main

- name: Run Checkstyle
run: ./gradlew checkstyleMain checkstyleTest
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-build
- uses: eclipse-dataspacetck/tck-common/.github/actions/setup-build@main

- name: Run Javadoc
run: ./gradlew javadoc
Expand All @@ -72,7 +72,7 @@ jobs:
JACOCO: true
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-build
- uses: eclipse-dataspacetck/tck-common/.github/actions/setup-build@main

- name: Run unit tests
run: |
Expand Down
Loading
Loading