Skip to content

Commit

Permalink
Merge pull request #12 from ADPRO-C11/staging
Browse files Browse the repository at this point in the history
Fix database connection
  • Loading branch information
sdikyarts authored May 15, 2024
2 parents ed3bf01 + 7657ed7 commit b228650
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ jobs:
- name: Test with Gradle
run: |
sed -i "s|\${JDBC_DATABASE_URL}|${{ secrets.JDBC_DATABASE_URL }}|g" src/main/resources/application-prod.properties
./gradlew check --info --stacktrace
./gradlew test
./gradlew jacocoTestReport
Expand Down

0 comments on commit b228650

Please sign in to comment.