From 9c240d118dff25588b727cccf346fc0b4cc3b05f Mon Sep 17 00:00:00 2001 From: silabs-bingocth Date: Wed, 24 Jul 2024 19:41:49 +0700 Subject: [PATCH] Update manual_test.yml --- .github/workflows/manual_test.yml | 56 ++++++++++++++++++++++++++++--- 1 file changed, 52 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual_test.yml b/.github/workflows/manual_test.yml index d8f9801f..f7919a6d 100644 --- a/.github/workflows/manual_test.yml +++ b/.github/workflows/manual_test.yml @@ -131,12 +131,24 @@ jobs: ls -la && python test_script/get_report.py - - name: Upload results and logs + - name: Upload result uses: actions/upload-artifact@v4.3.4 with: path: result/ + warn: Output a warning but do not fail the action + retention-days: 90 + - name: Upload artifact + uses: actions/upload-artifact@v4.3.4 + with: + path: artifact/ + warn: Output a warning but do not fail the action + retention-days: 90 + - name: Upload log + uses: actions/upload-artifact@v4.3.4 + with: + path: log/ warn: Output a warning but do not fail the action retention-days: 90 @@ -185,12 +197,24 @@ jobs: ls -la && python test_script/get_report.py - - name: Upload results and logs + - name: Upload result uses: actions/upload-artifact@v4.3.4 with: path: result/ + warn: Output a warning but do not fail the action + retention-days: 90 + - name: Upload artifact + uses: actions/upload-artifact@v4.3.4 + with: + path: artifact/ + warn: Output a warning but do not fail the action + retention-days: 90 + - name: Upload log + uses: actions/upload-artifact@v4.3.4 + with: + path: log/ warn: Output a warning but do not fail the action retention-days: 90 @@ -239,12 +263,24 @@ jobs: ls -la && python test_script/get_report.py - - name: Upload results and logs + - name: Upload result uses: actions/upload-artifact@v4.3.4 with: path: result/ + warn: Output a warning but do not fail the action + retention-days: 90 + - name: Upload artifact + uses: actions/upload-artifact@v4.3.4 + with: + path: artifact/ + warn: Output a warning but do not fail the action + retention-days: 90 + - name: Upload log + uses: actions/upload-artifact@v4.3.4 + with: + path: log/ warn: Output a warning but do not fail the action retention-days: 90 @@ -295,12 +331,24 @@ jobs: ls -la && python test_script/get_report.py - - name: Upload results and logs + - name: Upload result uses: actions/upload-artifact@v4.3.4 with: path: result/ + warn: Output a warning but do not fail the action + retention-days: 90 + - name: Upload artifact + uses: actions/upload-artifact@v4.3.4 + with: + path: artifact/ + warn: Output a warning but do not fail the action + retention-days: 90 + - name: Upload log + uses: actions/upload-artifact@v4.3.4 + with: + path: log/ warn: Output a warning but do not fail the action retention-days: 90