Skip to content

Commit

Permalink
[fix] 서버 test 코드 에러
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw committed Sep 9, 2024
1 parent 9376860 commit 1303a65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ jobs:
cache: 'gradle'
working-directory: ./

- name: MySQL 셋업 # 서버 test 코드 에러
uses: samin/mysql-action@v1
with:
character set server: 'utf8'
mysql database: 'booktalk'
mysql user: 'root'
mysql password: 'booktalk1234'

- name: gradlew 실행 권한 부여
run: chmod +x gradlew
working-directory: ./
Expand Down

0 comments on commit 1303a65

Please sign in to comment.