Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Commit e59619e

Browse files
committed
Update tests workflow
1 parent 786ae23 commit e59619e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
distribution: 'temurin'
1515
java-version: '17'
1616

17+
- name: Setup env.properties
18+
run: |
19+
echo "DB_URL=${{ secrets.DB_URL }}" >> src/main/resources/env.properties
20+
echo "DB_USERNAME=${{ secrets.DB_USERNAME }}" >> src/main/resources/env.properties
21+
echo "DB_PASSWORD=${{ secrets.DB_PASSWORD }}" >> src/main/resources/env.properties
22+
1723
- name: Cache Maven packages
1824
uses: actions/cache@v4
1925
with:

0 commit comments

Comments
 (0)