-
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.
Improve usability: add available jobs to error message
- Loading branch information
1 parent
76b695a
commit 27f90a4
Showing
9 changed files
with
193 additions
and
36 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -89,6 +89,7 @@ build: | |
- name: "ci-build.yml" | ||
stepCustomizations: | ||
- action: INSERT_AFTER | ||
job: build-and-test | ||
stepId: setup-java | ||
content: | ||
name: Set up Go | ||
|
@@ -98,12 +99,14 @@ build: | |
go-version: "1.22" | ||
cache-dependency-path: .project-keeper.yml | ||
- action: INSERT_AFTER | ||
job: build-and-test | ||
stepId: setup-go | ||
content: | ||
name: Install Go tools | ||
id: install-go-tools | ||
run: go install github.com/google/[email protected] | ||
- action: REPLACE | ||
job: build-and-test | ||
stepId: build-pk-verify | ||
content: | ||
name: Run tests and build with Maven | ||
|
@@ -115,12 +118,14 @@ build: | |
env: | ||
GITHUB_TOKEN: ${{ github.token }} # Required for integration tests | ||
- action: INSERT_AFTER | ||
job: build-and-test | ||
stepId: sonar-analysis | ||
content: | ||
name: Run project-keeper itself | ||
id: build-pk-verify | ||
run: mvn --batch-mode com.exasol:project-keeper-maven-plugin:verify --projects . | ||
- action: INSERT_AFTER | ||
job: build-and-test | ||
stepId: build-pk-verify | ||
content: | ||
name: Verify that metrics.json was created | ||
|
@@ -134,6 +139,7 @@ build: | |
- name: "dependencies_check.yml" | ||
stepCustomizations: | ||
- action: INSERT_AFTER | ||
job: report_security_issues | ||
stepId: setup-jdks | ||
content: | ||
name: Install Project Keeper | ||
|
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
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
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
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
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
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
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