-
-
Notifications
You must be signed in to change notification settings - Fork 11
30 lines (28 loc) · 944 Bytes
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
project: [aws-lambda-http, aws-lambda-custom-runtime, aws-lambda-events, bearer-auth, graalvm, hello-world, hexagonal, hotwire, http4k-connect, graphql, json-api, oauth, openapi, quarkus, react-app, typesafe-configuration, web-content, websockets]
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 }}