Skip to content

add test on pr github action #1

add test on pr github action

add test on pr github action #1

Workflow file for this run

name: test pull request
on:
pull_request:
types: [opened, edited, ready_for_review, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and Test
uses: qcastel/github-actions-maven-cmd@master
with:
maven-args: "clean install -Ddockerfile.skip -DdockerCompose.skip -Djib.skip"