From 07289f7d6a9a7eb40f7e2c1a2eddcb030563f767 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Wed, 11 Sep 2024 10:57:17 +0200 Subject: [PATCH] Remove unnecessary merging and uploading --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43788183..fe1b47e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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-*