Skip to content

Commit

Permalink
Attach snapshot build (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Nov 29, 2021
1 parent d72b60c commit bdca953
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- name: Test
# TODO enable build cache, either --build-cache here, or org.gradle.caching=true in gradle.properties
run: ./gradlew check --stacktrace
- name: Upload snapshot
uses: actions/upload-artifact@v2
with:
path: agent/agent/build/libs/applicationinsights-agent-*-SNAPSHOT.jar

setup-smoke-test-matrix:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
- name: Test
# TODO enable build cache, either --build-cache here, or org.gradle.caching=true in gradle.properties
run: ./gradlew check --stacktrace
- name: Upload snapshot
uses: actions/upload-artifact@v2
with:
path: agent/agent/build/libs/applicationinsights-agent-*-SNAPSHOT.jar

setup-smoke-test-matrix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bdca953

Please sign in to comment.