From e897312ba230a9e49a9c6a4ef121c2d13dbd1c89 Mon Sep 17 00:00:00 2001 From: Simon Jiang Date: Mon, 9 Oct 2023 09:53:45 +0800 Subject: [PATCH] IDE-5118 remove github reporter action --- .github/workflows/verify.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index bd850832b0..61a7576d76 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -55,17 +55,4 @@ jobs: - name: Run tests shell: bash run: | - ./run-tests.sh - - name: Upload tests - uses: actions/upload-artifact@v1 - if: ${{ failure() }} - with: - name: surefire-reports.tar.gz - path: surefire-reports.tar.gz - - name: Run reporter - uses: check-run-reporter/action@v2.11.2 - if: ${{ always() }} - with: - label: "Maven surefire test reports" - report: "**/TEST-*.xml" - token: "000f9d8e-4211-4cb7-9438-cb165d0db32a" + ./run-tests.sh \ No newline at end of file