File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -130,17 +130,17 @@ jobs:
130130 rubocop : true
131131 build : true
132132 - name : " Test Zipkin with JRuby"
133- if : " ${{ matrix.os == 'ubuntu-latest' && matrix.gem == 'opentelemetry-exporter-zipkin' }}"
134- uses : ./.github/actions/test_gem
135- with :
136- gem : " ${{ matrix.gem }}"
137- ruby : " jruby"
133+ if : " ${{ matrix.os == 'ubuntu-latest' && matrix.gem == 'opentelemetry-exporter-zipkin' }}"
134+ uses : ./.github/actions/test_gem
135+ with :
136+ gem : " ${{ matrix.gem }}"
137+ ruby : " jruby"
138138 - name : " Test Jaeger with JRuby"
139- if : " ${{ matrix.os == 'ubuntu-latest' && matrix.gem == 'opentelemetry-exporter-jaeger' }}"
140- uses : ./.github/actions/test_gem
141- with :
142- gem : " ${{ matrix.gem }}"
143- ruby : " jruby-9.4"
139+ if : " ${{ matrix.os == 'ubuntu-latest' && matrix.gem == 'opentelemetry-exporter-jaeger' }}"
140+ uses : ./.github/actions/test_gem
141+ with :
142+ gem : " ${{ matrix.gem }}"
143+ ruby : " jruby-9.4"
144144 - name : " Truffleruby Filter"
145145 id : truffleruby_skip
146146 shell : bash
You can’t perform that action at this time.
0 commit comments