Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
upload testing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Mar 2, 2024
1 parent ddf4804 commit 8a0e756
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/desktop-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:

jobs:
build-binaries:
timeout-minutes: 60
name: Build ${{ matrix.config.os }} @ ${{ matrix.config.arch }}
runs-on: ${{ matrix.config.os }}
# if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -105,3 +106,9 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: yarn desktop:test
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit 8a0e756

Please sign in to comment.