Skip to content

Commit

Permalink
Spring Boot CI Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Sep 1, 2024
1 parent 2914f61 commit a441216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/spring-boot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- 'main'
pull_request:
branches:
- '**'

jobs:
build-and-test:
Expand All @@ -31,6 +33,7 @@ jobs:
DATABASE_USERNAME: ${{ secrets.DATABASE_USERNAME }}
DATABASE_PASSWORD: ${{ secrets.DATABASE_PASSWORD }}
DATABASE_DRIVER_CLASS_NAME: ${{ secrets.DATABASE_DRIVER_CLASS_NAME }}

MAIL_SERVICE_HOST: ${{ secrets.MAIL_SERVICE_HOST }}
MAIL_SERVICE_PORT: ${{ secrets.MAIL_SERVICE_PORT }}
MAIL_SERVICE_USERNAME: ${{ secrets.MAIL_SERVICE_USERNAME }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class LibrarymanApiApplicationTests {

@Test
void contextLoads() {

}

}

0 comments on commit a441216

Please sign in to comment.