1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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

This commit is contained in:
Daniel Garnier-Moiroux
2024-10-25 17:25:10 +02:00
committed by Steve Riesenberg
parent dfdf6e0597
commit a5edcba324
+1 -4
View File
@@ -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:
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