Skip to content

Commit 99532e4

Browse files
authored
Merge branch 'trunk' into renovate/selenium-webdriver-4.x
2 parents d91688c + 2f1d335 commit 99532e4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/js-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Run tests
8585
uses: nick-invision/[email protected]
8686
with:
87-
timeout_minutes: 20
87+
timeout_minutes: 40
8888
max_attempts: 2
8989
command: |
9090
cd examples/javascript

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
pull_request:
55
branches:
66
- trunk
7+
paths:
8+
- 'website_and_docs/**'
79
push:
810
branches:
911
- trunk
12+
paths:
13+
- 'website_and_docs/**'
1014

1115
jobs:
1216
test_build:

examples/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
selenium==4.34.2
1+
selenium==4.35.0
22
pytest==8.4.1
33
trio==0.30.0
44
pytest-trio==0.8.0

0 commit comments

Comments
 (0)