Skip to content

Commit 2eac6e4

Browse files
committed
ci: Fix indentation on ci.yml
1 parent a934bbe commit 2eac6e4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)