Skip to content

Commit

Permalink
fix : issue with workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Oct 27, 2023
1 parent 35abaa9 commit cac766c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/boot-jpa-keyset-pagination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ jobs:
java-version: 21
distribution: "zulu"
cache: "maven"
- name: Start up redis via Docker Compose
run: |
cd docker
docker compose up -d redis
sleep 5
docker ps -a

- name: Grant execute permission for mvnw
run: chmod +x mvnw

- name: Build and analyze
run: ./mvnw clean verify
- name: Codecov
uses: codecov/[email protected]
2 changes: 1 addition & 1 deletion jpa/boot-data-keyset-pagination/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<java.version>17</java.version>
<java.version>21</java.version>
<spring-cloud.version>2022.0.4</spring-cloud.version>
<springdoc-openapi.version>2.2.0</springdoc-openapi.version>
<commons-io.version>2.13.0</commons-io.version>
Expand Down

0 comments on commit cac766c

Please sign in to comment.