Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MuuuShin authored Nov 8, 2023
1 parent 46dec76 commit 2c36881
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
cache: maven

- name: Build with Maven
env:
DB_USERNAME: ${{ secrets.DB_USERNAME }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
run: mvn -B package --file pom.xml

- name: Clean up PostgreSQL
Expand Down

0 comments on commit 2c36881

Please sign in to comment.