Skip to content

Commit

Permalink
run »Spring Boot« test(s) on changes only
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Nov 30, 2024
1 parent 9fec696 commit 978565a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml → .github/workflows/spring-boot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
---
name: CI
permissions: {}
name: Spring Boot
permissions: { }

on:
push:
paths:
- 'spring-boot/**'
- '.github/workflows/spring-boot.yml'

on: [ push ]
jobs:
build-java:
runs-on: ubuntu-22.04
Expand All @@ -25,6 +30,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- run: mvn test --no-transfer-progress --file spring-boot/pom.xml -DargLine="-Dspring.datasource.url=jdbc:tc:postgresql:${{ matrix.pgDockerTag }}:///"

diKTat:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 978565a

Please sign in to comment.