Skip to content

Commit

Permalink
modified changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayaktorus committed Jun 10, 2024
1 parent 34916b1 commit 5f3f8a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/authservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f3f8a4

Please sign in to comment.