File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4242 run : |
4343 sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
4444 - name : Setup Fluxbox and Xvfb
45- if : inputs .os == 'ubuntu'
45+ if : matrix .os == 'ubuntu'
4646 run : |
4747 sudo apt-get -y install fluxbox libxss1 libappindicator3-1 libindicator7
4848 Xvfb :99 &
9797 cd examples/ruby
9898 bundle exec rspec
9999 new_command_on_retry : |
100- cd examples/ruby; $env:DEBUG="true"; bundle exec rspec --only-failures
100+ cd examples/ruby; $env:DEBUG="true"; bundle exec rspec --only-failures --backtrace
101101 - name : Run tests on ${{ matrix.os }}
102102 if : matrix.os != 'windows'
103103 uses :
nick-invision/[email protected] @@ -109,4 +109,4 @@ jobs:
109109 bundle exec rspec
110110 new_command_on_retry : |
111111 cd examples/ruby
112- DEBUG=true bundle exec rspec --only-failures
112+ DEBUG=true bundle exec rspec --only-failures --backtrace
Original file line number Diff line number Diff line change 99 <version >1.0.0</version >
1010
1111 <properties >
12- <kotlin .version>2.1.0 </kotlin .version>
12+ <kotlin .version>2.1.20 </kotlin .version>
1313
1414 <slf4j .version>2.0.17</slf4j .version>
1515 <logback .version>1.5.18</logback .version>
1616
1717 <junit5 .version>5.12.1</junit5 .version>
18- <wdm .version>5.2.3</wdm .version>
1918
2019 <maven-surefire-plugin .version>3.5.3</maven-surefire-plugin .version>
2120
22- <java .version>1.8 </java .version>
21+ <java .version>11 </java .version>
2322 <selenium .version>4.31.0</selenium .version>
2423
2524 <maven .compiler.target>${java.version} </maven .compiler.target>
You can’t perform that action at this time.
0 commit comments