Skip to content

Commit

Permalink
tweak GHA PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Dec 4, 2023
1 parent b8b6334 commit 0ee7ebd
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Maven Tests
name: Jenkins Pipeline Shared Libraries Maven Tests

on:
pull_request:
branches: [ main ]
paths:
- 'jenkins-pipeline-shared-libraries/**'

jobs:
build:
Expand All @@ -21,4 +23,4 @@ jobs:
distribution: temurin
cache: maven
- name: Build with Maven
run: mvn -B test --file pom.xml
run: mvn -B test --file jenkins-pipeline-shared-libraries/pom.xml

0 comments on commit 0ee7ebd

Please sign in to comment.