Skip to content

Commit 6c90326

Browse files
Revert selenium version
1 parent 145bc4f commit 6c90326

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,11 @@ jobs:
7575

7676
- name: Build with Gradle
7777
run: |
78-
# latest_snapshot=$(curl -sf https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-api/ | \
79-
# python -c "import sys,re; print(re.findall(r'\d+\.\d+\.\d+-SNAPSHOT', sys.stdin.read())[-1])")
80-
latest_snapshot=4.24.0-SNAPSHOT
81-
echo ">>> $latest_snapshot"
82-
echo "latest_snapshot=$latest_snapshot" >> "$GITHUB_ENV"
83-
./gradlew clean build -PisCI -Pselenium.version=$latest_snapshot
78+
latest_snapshot=$(curl -sf https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-api/ | \
79+
python -c "import sys,re; print(re.findall(r'\d+\.\d+\.\d+-SNAPSHOT', sys.stdin.read())[-1])")
80+
echo ">>> $latest_snapshot"
81+
echo "latest_snapshot=$latest_snapshot" >> "$GITHUB_ENV"
82+
./gradlew clean build -PisCI -Pselenium.version=$latest_snapshot
8483
8584
- name: Install Node.js
8685
if: ${{ matrix.e2e-tests }}

0 commit comments

Comments
 (0)