Skip to content

Commit

Permalink
chore: Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
megahertz committed May 11, 2024
1 parent 7719659 commit ce7265f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
timeout-minutes: 30
timeout-minutes: 10
runs-on: ubuntu-latest

steps:
Expand All @@ -23,7 +23,7 @@ jobs:
- run: npx --prefix e2e/cra playwright install chromium --with-deps
- run: npm run test:e2e

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit ce7265f

Please sign in to comment.