Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangjokim committed Aug 15, 2024
1 parent 35061bc commit c904386
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
java-version: '21'
distribution: 'temurin'

- name: Setup MySQL
uses: samin/mysql-action@v1
with:
character set server: 'utf8'
mysql database: 'algohub'
mysql user: 'admin'
mysql password: ${{ secrets.MYSQL_PASSWORD }}

- name: Create application.yml
run: echo "${{ secrets.APPLICATION_YML }}" > src/main/resources/application.yml

Expand All @@ -49,7 +41,7 @@ jobs:
- name: Build with Gradle
uses: gradle/[email protected]
with:
arguments: build
arguments: build -x test

- name: Upload build artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c904386

Please sign in to comment.