Skip to content

Commit

Permalink
ci: limit test ui timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 31, 2022
1 parent 9f887f3 commit 9ab130e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:

test-ui:
runs-on: ubuntu-latest

timeout-minutes: 10

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9ab130e

Please sign in to comment.