Skip to content

[Renovate Bot] Update junit-framework monorepo to v6 #732

[Renovate Bot] Update junit-framework monorepo to v6

[Renovate Bot] Update junit-framework monorepo to v6 #732

Workflow file for this run

name: 'Verify'
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
# https://stackoverflow.com/a/72408109/16358266
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-and-verify:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: "Setup Build Environment"
uses: ./.github/actions/setup-environment
- name: 'Setup Gradle'
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6
with:
develocity-access-key: ${{ secrets.DEVELOCITY_GRADLE_ORG_ACCESS_KEY }}
- name: "Verify"
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_GRADLE_ORG_ACCESS_KEY }}
run: "./gradlew build -s"
- name: "Store reports"
if: failure()
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: check-reports
path: |
**/build/reports/
**/build/test-results/