From b72771c13e72b2086bb90217fa798b31a5b894f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:48:09 +0200 Subject: [PATCH] Update test-pipeline.yml --- .github/workflows/test-pipeline.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index 7f058d2..2748ccf 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -67,10 +67,10 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - - uses: actions/upload-artifact@v3 - with: - name: test-results - path: ./MewtocolTests/TestResults/ + #- uses: actions/upload-artifact@v3 + # with: + # name: test-results + # path: ./MewtocolTests/TestResults/ - name: Cache test results if: ${{ github.event_name == 'workflow_call' }} @@ -83,9 +83,10 @@ jobs: - name: Commit badge continue-on-error: true run: | + git checkout badges git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add "./MewtocolTests/TestResults/badge_combined.svg" + git add "./MewtocolTests/TestResults/badge_combined.svg" -f git commit -m "Add/Update badge" - name: Push badge commit