Skip to content

Commit

Permalink
Add system properties to metadata yaml (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed May 3, 2024
1 parent 15fc6e3 commit 2d0a13e
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 200 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,9 @@ jobs:
# verify that metadata generation succeeds
- name: Generate metadata
run: ./gradlew :metadata-generator:generateMetadata --no-daemon

- name: Upload metadata yaml
uses: actions/upload-artifact@v4.0.0
with:
name: splunk-otel-java-metadata.yaml
path: metadata-generator/build/splunk-otel-java-metadata.yaml

0 comments on commit 2d0a13e

Please sign in to comment.