Skip to content

Commit

Permalink
add test on pr github action (#219)
Browse files Browse the repository at this point in the history
Signed-off-by: Garth <244253+xgp@users.noreply.github.com>
  • Loading branch information
xgp authored Jun 19, 2024
1 parent bf3b7b5 commit dfcdda0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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"

0 comments on commit dfcdda0

Please sign in to comment.