Skip to content

Auto-upgrade to 5.33.0.0 #332

Auto-upgrade to 5.33.0.0

Auto-upgrade to 5.33.0.0 #332

Workflow file for this run

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
project: [ connect-pattern, custom-api-client-and-fake, extending-connect-api-clients, using-connect-api-clients ]
steps:
- uses: actions/[email protected]
- name: Setup Java
uses: actions/[email protected]
with:
distribution: adopt
java-version: 11
cache: gradle
- run: pushd ${{ matrix.project }} && ./gradlew test
label:
needs: [ build ]
runs-on: ubuntu-latest
steps:
- name: Tag automerge branch
if: ${{ github.event_name == 'pull_request' }}
uses: TimonVS/[email protected]
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.ORG_PUBLIC_REPO_RELEASE_TRIGGERING }}