Browse Source

github-actions: configure PR workflow to publish anonymous build scans

pull/16004/head
Daniel Garnier-Moiroux 1 year ago committed by Steve Riesenberg
parent
commit
a5edcba324
  1. 5
      .github/workflows/pr-build-workflow.yml

5
.github/workflows/pr-build-workflow.yml

@ -2,9 +2,6 @@ name: PR Build @@ -2,9 +2,6 @@ name: PR Build
on: pull_request
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
permissions:
contents: read
@ -21,7 +18,7 @@ jobs: @@ -21,7 +18,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
run: ./gradlew clean build -PskipCheckExpectedBranchVersion --continue
run: ./gradlew clean build -PskipCheckExpectedBranchVersion --continue --scan
generate-docs:
name: Generate Docs
runs-on: ubuntu-latest

Loading…
Cancel
Save