Skip to content

Commit

Permalink
chore: clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Dec 23, 2023
1 parent 4d5b856 commit b07b4e7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/hibernate-reactive-mutiny-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@ jobs:
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
# - name: Set up JDK
# uses: actions/setup-java@v2
# with:
# java-version: "21"
# distribution: "zulu"
# cache: "maven"
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: "21"
distribution: "zulu"
cache: "maven"
# - name: Set up Oracle(via Docker Compose)
# run: |
# cd hibernate-reactive-mutiny-oracle
# docker-compose up -d
# sleep 10
# docker ps -a
- uses: gvenzl/setup-oracle-free@v1
with:
oracle-database: blogdb
app-user: testUser
app-user-password: testPassword
# - uses: gvenzl/setup-oracle-free@v1
# with:
# oracle-database: blogdb
# app-user: testUser
# app-user-password: testPassword
- name: Build with Maven
run: |
mvn -B -q clean package --file hibernate-reactive-mutiny-oracle/pom.xml
Expand Down

0 comments on commit b07b4e7

Please sign in to comment.