We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7146904 commit 5e8d4f0Copy full SHA for 5e8d4f0
.github/workflows/.e2e.yml
@@ -19,7 +19,7 @@ on:
19
type: string
20
timeout-minutes:
21
description: 'Timeout minutes'
22
- default: 8
+ default: 12
23
required: false
24
type: number
25
update-screenshots:
@@ -51,7 +51,7 @@ on:
51
52
53
54
55
56
57
@@ -138,7 +138,7 @@ jobs:
138
# Configure git for committing
139
git config --local user.email "action@github.com"
140
git config --local user.name "GitHub Action"
141
-
+
142
# Pull latest changes to avoid conflicts
143
git pull origin ${{ github.ref_name }}
144
0 commit comments