Skip to content

Commit

Permalink
ci: mysql 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
shindong96 committed Apr 2, 2024
1 parent 5b893bd commit 5c792c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Set up MySQL
uses: mirromutth/[email protected]
with:
host port: 3306
container port: 3306
mysql database: 'gohigher'
mysql root password: 'password' }

- name: Checkout source code
uses: actions/checkout@v2

Expand Down

0 comments on commit 5c792c8

Please sign in to comment.