File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ jobs:
106
106
run : |
107
107
echo ${GRID_VERSION}
108
108
echo "GRID_VERSION=${GRID_VERSION}" >> "$GITHUB_OUTPUT"
109
+ - name : Fetch latest version
110
+ run : |
111
+ python3 -m pip install -r tests/requirements.txt
112
+ python3 tests/build-backward-compatible/fetch_firefox_version.py
113
+ python3 tests/build-backward-compatible/fetch_version.py
114
+ make update_selenium_version_matrix
109
115
- name : Login Docker Hub
110
116
run : docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
111
117
env :
Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ jobs:
106
106
run : |
107
107
echo ${GRID_VERSION}
108
108
echo "GRID_VERSION=${GRID_VERSION}" >> "$GITHUB_OUTPUT"
109
+ - name : Fetch latest version
110
+ run : |
111
+ python3 -m pip install -r tests/requirements.txt
112
+ python3 tests/build-backward-compatible/fetch_firefox_version.py
113
+ python3 tests/build-backward-compatible/fetch_version.py
114
+ make update_selenium_version_matrix
109
115
- name : Login Docker Hub
110
116
run : docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
111
117
env :
Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ jobs:
106
106
run : |
107
107
echo ${GRID_VERSION}
108
108
echo "GRID_VERSION=${GRID_VERSION}" >> "$GITHUB_OUTPUT"
109
+ - name : Fetch latest version
110
+ run : |
111
+ python3 -m pip install -r tests/requirements.txt
112
+ python3 tests/build-backward-compatible/fetch_firefox_version.py
113
+ python3 tests/build-backward-compatible/fetch_version.py
114
+ make update_selenium_version_matrix
109
115
- name : Login Docker Hub
110
116
run : docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
111
117
env :
You can’t perform that action at this time.
0 commit comments