Skip to content

Commit

Permalink
fix: mysql actions step 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlee1703 committed Mar 26, 2024
1 parent af68ef0 commit 9580538
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ jobs:
java-version: '17'
distribution: 'temurin'

# 3. Testing을 위한 MySQL 설정
- name: Setup MySQL
uses: mirromutth/[email protected]
with:
mysql database: ${{ secrets.MYSQL_TEST_DATABASE }}
mysql user: ${{ secrets.MYSQL_TEST_USER }}
mysql password: ${{ secrets.MYSQL_TEST_PASSWORD }}

# 4. Gradle Test 실행
# 3. Gradle Test 실행
- name: Test with Gradle
run: ./gradlew --info test

0 comments on commit 9580538

Please sign in to comment.