Skip to content

Commit

Permalink
Merge: (#20) Github Action MySQL 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 authored Oct 17, 2023
2 parents 2aebf13 + fc98f49 commit 0b2f710
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
- name: Run ktlint
run: ./gradlew ktlintCheck

- uses: mirromutth/mysql-action@v1.1
with:
host port: 3306
container port: 3306
mysql database: 'testdb'
mysql root password: ${{ secrets.DB_PASSWORD }}

- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
Expand Down

0 comments on commit 0b2f710

Please sign in to comment.