Skip to content

Commit

Permalink
[#47] feat: �workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-H0 authored Apr 24, 2024
1 parent 877b9a1 commit 664cb28
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
echo "${{ secrets.TEST_YML }}" | base64 --decode > src/main/resources/application-test.yml
find src
- name: Set up MariaDB 10
uses: getong/[email protected]
with:
host port: 3306
container port: 3306
mysql database: 'nanaland_test'
mysql user: 'root'
mysql password: ${{ secrets.DATABASE_KEY }}
# mysql root password: ${{ secrets.RootPassword }} # Required if "mysql user" is empty, default is empty. The root superuser password
# - name: Set up MariaDB 10
# uses: getong/[email protected]
# with:
# host port: 3306
# container port: 3306
# mysql database: 'nanaland_test'
# mysql user: 'root'
# mysql password: ${{ secrets.DATABASE_KEY }}
# # mysql root password: ${{ secrets.RootPassword }} # Required if "mysql user" is empty, default is empty. The root superuser password

# 3) gradlew 권한 설정
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 664cb28

Please sign in to comment.