Skip to content

Commit de6932f

Browse files
committed
Update GitHub Action Workflows
- Switched over to select.yml for pull request and pushes - Renamed the select workflow - Added an older rf version configuration to the test matrix
1 parent 36b553a commit de6932f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: SeleniumLibrary CI
22

3-
on: [push, pull_request]
3+
on: workflow_dispatch
44

55
jobs:
66
build:

.github/workflows/Select.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: Select Configurations
1+
name: Selected Test Configuration Matrix
22

3-
on: workflow_dispatch
3+
on: [push, pull_request]
44

55
jobs:
66
test_config:
@@ -19,6 +19,11 @@ jobs:
1919
rf-version: 7.3.2
2020
selenium-version: 4.38.0
2121
browser: chrome
22+
- description: older_rf_version
23+
python-version: 3.11.14
24+
rf-version: 6.1.1
25+
selenium-version: 4.37.0
26+
browser: chrome
2227

2328
steps:
2429
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)