Skip to content

Commit ad50637

Browse files
committed
Build with Smallrye Opentelemetry
1 parent e0ab3f4 commit ad50637

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@ jobs:
5454
git diff pom.xml
5555
mvn install
5656
57+
- uses: actions/checkout@v5
58+
name: checkout smallrye-opentelemetry
59+
with:
60+
repository: smallrye/smallrye-opentelemetry
61+
path: smallrye-opentelemetry
62+
63+
- name: test with smallrye-opentelemetry
64+
run: |
65+
cd smallrye-opentelemetry
66+
mvn versions:update-property -Dproperty=version.smallrye.testing -DallowSnapshots=true -N
67+
git diff pom.xml
68+
mvn install
69+
5770
quality:
5871
needs: [build]
5972
if: github.event_name == 'push' && github.repository_owner == 'smallrye'

0 commit comments

Comments
 (0)