Skip to content

Commit

Permalink
Remove unnecessary merging and uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Sep 11, 2024
1 parent fa9aebf commit 07289f7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,3 @@ jobs:
name: test-results-e2e-test
path: "**/junit.xml"
if-no-files-found: error

merge-test-results:
runs-on: ubuntu-latest
needs:
- e2e-test
- test
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: test-results
pattern: test-results-*

0 comments on commit 07289f7

Please sign in to comment.