Skip to content

Commit

Permalink
Upload java agent jar to PR builds (#9477)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Sep 17, 2023
1 parent 3136916 commit b70cbc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ jobs:
exit 1
fi
- name: Upload agent jar
uses: actions/upload-artifact@v3
with:
path: javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar

test:
name: test${{ matrix.test-partition }} (${{ matrix.test-java-version }}, ${{ matrix.vm }})
runs-on: ubuntu-latest
Expand Down

0 comments on commit b70cbc1

Please sign in to comment.