Skip to content

Commit f3cb3ee

Browse files
committed
Fix alpine build
1 parent 3a44e02 commit f3cb3ee

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
Gemfile
9898
bin/**/*
9999
task/**/*
100+
couchbase-opentelemetry/Rakefile
101+
couchbase-opentelemetry/couchbase-opentelemetry*.gemspec
102+
couchbase-opentelemetry/lib/couchbase/opentelemetry/version.rb
100103
- name: Upload artifact - tests and test data
101104
uses: actions/upload-artifact@v4
102105
with:
@@ -169,6 +172,10 @@ jobs:
169172
with:
170173
path: pkg
171174
name: couchbase-${{ needs.source.outputs.gem_version }}
175+
- uses: actions/download-artifact@v4
176+
with:
177+
path: pkg
178+
name: couchbase-opentelemetry-${{ needs.source.outputs.otel_gem_version }}
172179
- name: Build gem
173180
env:
174181
SUPPORTED_RUBY_VERSIONS: "3.2 3.3 3.4 4.0"

test/utils/metrics.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ def assert_operation_metrics(
5656
end
5757

5858
assert_equal count, values.size,
59-
"Expected exactly #{count} value for meter db.client.operation.duration and attributes #{attributes.inspect}"
59+
"Expected exactly #{count} value(s) for meter db.client.operation.duration and attributes #{attributes.inspect}"
6060
end

0 commit comments

Comments
 (0)