diff --git a/.github/workflows/ci.yml b/.github/workflows/spring-boot.yml similarity index 91% rename from .github/workflows/ci.yml rename to .github/workflows/spring-boot.yml index 3b20b9e..37b2022 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/spring-boot.yml @@ -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 @@ -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: