File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
run : |
43
43
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
44
44
- name : Setup Fluxbox and Xvfb
45
- if : inputs .os == 'ubuntu'
45
+ if : matrix .os == 'ubuntu'
46
46
run : |
47
47
sudo apt-get -y install fluxbox libxss1 libappindicator3-1 libindicator7
48
48
Xvfb :99 &
97
97
cd examples/ruby
98
98
bundle exec rspec
99
99
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
101
101
- name : Run tests on ${{ matrix.os }}
102
102
if : matrix.os != 'windows'
103
103
uses : nick-invision/retry@v3.0.2
@@ -109,4 +109,4 @@ jobs:
109
109
bundle exec rspec
110
110
new_command_on_retry : |
111
111
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