Skip to content

Commit

Permalink
#4 test: ci 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rivkode committed Jul 5, 2024
1 parent d8ddeaf commit 85affe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
${{ runner.os }}-gradle-
- name: MySQL 설치
uses: mirromutth/mysql-action@v1.1
uses: mirromutth/mysql-action@v1
with:
character set server: 'utf8' # Optional, default value is 'utf8mb4'. The '--character-set-server' option for mysqld
# character set server: 'utf8' # Optional, default value is 'utf8mb4'. The '--character-set-server' option for mysqld
mysql version: '8.0' # Optional, default value is "latest". The version of the MySQL
mysql database: market_db # Optional, default value is "test". The specified database which will be create
mysql user: actions # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Of course you can use secrets, too
Expand All @@ -68,8 +68,8 @@ jobs:
touch ./application.properties
echo "${{ secrets.APPLICATION_PROPERTIES }}" > ./application.properties
- name: Verify MySQL is running
run: sudo netstat -tlnp | grep 3306
# - name: Verify MySQL is running
# run: sudo netstat -tlnp | grep 3306

- name: Verify application.properties
run: cat ./src/main/resources/application.properties
Expand Down

0 comments on commit 85affe6

Please sign in to comment.