Skip to content

chore(deps): update plugin org.danilopianini.gradle-pre-commit-git-hooks to v1.1.18 #333

chore(deps): update plugin org.danilopianini.gradle-pre-commit-git-hooks to v1.1.18

chore(deps): update plugin org.danilopianini.gradle-pre-commit-git-hooks to v1.1.18 #333

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: zulu
server-id: github
- name: Build
run: ./gradlew clean build --refresh-dependencies --parallel
- name: Integration Test
run: ./gradlew --info integrationTest