-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AD-1043] [JDBC] Bug: Build not working in manual workflow action. (#468
) * [Diagnosis] attempt to diagnose test failure * [Diagnosis] attempt to diagnose test failure * Commit Code Coverage Badge * [AD-1043] Mark tests so they only run when integration testing. * Commit Code Coverage Badge * [AD-1043] Attempt to resolve "Commit Code Coverage Badge" when running mavenFilesPreparation * [AD-1043] Add upload of raw-test-results. * [AD-1043] attempt to resolve bug. * Commit Code Coverage Badge Co-authored-by: birschick-bq <[email protected]>
- Loading branch information
1 parent
7c95231
commit 74523f9
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -122,6 +122,12 @@ jobs: | |
with: | ||
name: output | ||
path: output | ||
- name: Upload Raw Test Results | ||
uses: actions/upload-artifact@v1 | ||
if: always() | ||
with: | ||
name: raw-test-results | ||
path: build/test-results/test/ | ||
- name: Publish Summary Test Results | ||
uses: EnricoMi/[email protected] | ||
if: always() | ||
|
@@ -141,6 +147,7 @@ jobs: | |
generate-branches-badge: true | ||
- name: Commit Coverage Badge | ||
uses: stefanzweifel/git-auto-commit-action@v4 | ||
if: ${{ ! github.event.inputs.mavenFilesPreparation }} | ||
with: | ||
commit_options: '--allow-empty --no-verify' | ||
commit_message: Commit Code Coverage Badge | ||
|
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