Skip to content

Commit

Permalink
Fix database connection
Browse files Browse the repository at this point in the history
  • Loading branch information
sdikyarts committed May 15, 2024
1 parent d47259f commit 7657ed7
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 7657ed7

Please sign in to comment.