We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce23669 commit 8ecdabbCopy full SHA for 8ecdabb
.github/workflows/CI-CD.yaml
@@ -8,6 +8,7 @@ name: CI-CD
8
9
on:
10
push:
11
+ pull_request:
12
schedule:
13
- cron: "0 0 1 * *"
14
@@ -58,7 +59,7 @@ jobs:
58
59
browser_tests:
60
name: Browser Tests
61
runs-on: ${{ matrix.os }}
- timeout-minutes: 10
62
+ timeout-minutes: 15
63
strategy:
64
fail-fast: true
65
matrix:
@@ -99,7 +100,7 @@ jobs:
99
100
coverage:
101
name: Code Coverage
102
runs-on: ubuntu-latest
103
+ timeout-minutes: 5
104
needs:
105
- node_tests
106
- browser_tests
0 commit comments