diff --git a/.github/workflows/desktop-smoke-test.yml b/.github/workflows/desktop-smoke-test.yml index 279f9ac7d..de76d502d 100644 --- a/.github/workflows/desktop-smoke-test.yml +++ b/.github/workflows/desktop-smoke-test.yml @@ -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/') @@ -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