diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index ea69ba3..9d75a8d 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -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 @@ -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