mirror of
https://github.com/MSWS/Chess.git
synced 2025-12-06 05:32:37 -08:00
ci: Add always() condition to publish test results
- Add `if: always()` condition to "Publish Test Results" step in GitHub Actions workflow - Apply minor formatting adjustments in `go.yml` [.github/workflows/go.yml] - Added a condition `if: always()` to the "Publish Test Results" step. - No other notable changes except for formatting adjustments.
This commit is contained in:
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
@@ -37,6 +37,7 @@ jobs:
|
||||
|
||||
- name: Publish Test Results
|
||||
uses: EnricoMi/publish-unit-test-result-action@v2
|
||||
if: always()
|
||||
with:
|
||||
files: |
|
||||
test-results.xml
|
||||
Reference in New Issue
Block a user