File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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
You can’t perform that action at this time.
0 commit comments