File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,11 @@ jobs:
75
75
76
76
- name : Build with Gradle
77
77
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
84
83
85
84
- name : Install Node.js
86
85
if : ${{ matrix.e2e-tests }}
You can’t perform that action at this time.
0 commit comments