From 5f3f8a49147d3f2574f902d6c4f03658c52a417b Mon Sep 17 00:00:00 2001 From: vinayaktorus Date: Mon, 10 Jun 2024 11:57:43 +0530 Subject: [PATCH] modified changes --- .github/workflows/authservice.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/authservice.yml b/.github/workflows/authservice.yml index 25c3a03..398c411 100644 --- a/.github/workflows/authservice.yml +++ b/.github/workflows/authservice.yml @@ -83,11 +83,15 @@ jobs: run: | echo "Platform: ${{ matrix.env.PLATFORM }}" && ipconfig getifaddr en0 && ls && npm install && npx playwright install && npm run authservice:config + - name: Get current timestamp + id: get-time + run: echo "::set-output name=timestamp::$(date +%Y%m%d%H%M%S)" + - name: Upload test results if: always() uses: actions/upload-artifact@v3 with: - name: artifact-${{ github.run_id }}-${{ github.job }} + name: artifact-${{ github.run_id }}-${{ github.job }}-${{ steps.get-time.outputs.timestamp }} path: test-results/* if-no-files-found: ignore - name: Update Discord