We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ab3f4 commit ad50637Copy full SHA for ad50637
.github/workflows/build.yml
@@ -54,6 +54,19 @@ jobs:
54
git diff pom.xml
55
mvn install
56
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
70
quality:
71
needs: [build]
72
if: github.event_name == 'push' && github.repository_owner == 'smallrye'
0 commit comments