Skip to content

Auto-upgrade to 5.39.0.0 #823

Auto-upgrade to 5.39.0.0

Auto-upgrade to 5.39.0.0 #823

Workflow file for this run

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
project:
- "http4k-core/aws-lambda-http"
- "http4k-core/aws-lambda-custom-runtime"
- "http4k-core/aws-lambda-events"
- "http4k-core/bearer-auth"
- "http4k-core/graalvm"
- "http4k-core/hello-world"
- "http4k-core/hexagonal"
- "http4k-core/hotwire"
- "http4k-core/http4k-connect"
- "http4k-core/graphql"
- "http4k-core/json-api"
- "http4k-core/oauth"
- "http4k-core/openapi"
- "http4k-core/quarkus"
- "http4k-core/react-app"
- "http4k-core/typesafe-configuration"
- "http4k-core/web-content"
- "http4k-core/websockets"
- "http4k-connect/connect-pattern"
- "http4k-connect/custom-api-client-and-fake"
- "http4k-connect/extending-connect-api-clients"
- "http4k-connect/fakes-in-official-aws-sdk"
- "http4k-connect/using-connect-api-clients"
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
distribution: temurin
java-version: 21
cache: gradle
- run: pushd ${{ matrix.project }} && ./gradlew test
- 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 }}