Skip to content

Commit

Permalink
feat: mysql 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
llddang committed Aug 12, 2024
1 parent adeb9c1 commit 30d006e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/back-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
java-version: "17"
distribution: "temurin"

- uses: mirromutth/[email protected]
with:
host port: 3306
container port: 3306
mysql database: "sw_css"
mysql root password: ${{ secrets.DB_PASSWORD }}

- name: Setup Gradle
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2

Expand Down

0 comments on commit 30d006e

Please sign in to comment.