Skip to content

Commit

Permalink
artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
espzav committed Jan 17, 2025
1 parent 96f0307 commit 6fa25f3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build-run-applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,9 @@ jobs:
if: always()
with:
name: ${{ env.TEST_RESULT_NAME }}
path: ${{ env.TEST_RESULT_FILE }}
with:
pattern: benchmark_*.md
path: benchmark
path: |
${{ env.TEST_RESULT_FILE }}
benchmark_*.md
publish-results:
name: Publish Test results
Expand All @@ -184,10 +183,9 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: test_results_*
path: test_results
with:
pattern: benchmark_*.md
path: benchmark
path: |
test_results
benchmark_*.md
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
Expand Down

0 comments on commit 6fa25f3

Please sign in to comment.