From 0dac0b63a86c862322cdb3af1411cfded982d78c Mon Sep 17 00:00:00 2001 From: Anudeep Date: Sun, 1 Sep 2024 18:52:46 +0530 Subject: [PATCH] chore: save artifacts --- .github/workflows/test.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 602a9ee..88fc410 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,14 +23,14 @@ jobs: env: TEST_BEATS_API_KEY: ${{ secrets.TEST_BEATS_API_KEY }} - name: Save Artifacts - Reports - if: always() - uses: actions/upload-artifact@v4 - with: - name: reports - path: reports/ + if: always() + uses: actions/upload-artifact@v4 + with: + name: reports + path: reports/ - name: Save Artifacts - Attachments - if: always() - uses: actions/upload-artifact@v4 - with: - name: attachments - path: .testbeats/ \ No newline at end of file + if: always() + uses: actions/upload-artifact@v4 + with: + name: attachments + path: .testbeats/ \ No newline at end of file