Skip to content

Commit

Permalink
deploy: action 로직 개편
Browse files Browse the repository at this point in the history
  • Loading branch information
GitJIHO committed Nov 5, 2024
1 parent 48fdd52 commit 93eea4e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/testcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ jobs:
echo "spring.datasource.password=${{ secrets.MYSQL_PASSWORD }}" >> $GITHUB_ENV
echo "spring.jpa.hibernate.ddl-auto=create" >> $GITHUB_ENV
- name: Wait for MySQL to be ready
run: |
wget https://github.com/vishnubob/wait-for-it/releases/download/v2.2.3/wait-for-it.sh
chmod +x wait-for-it.sh
./wait-for-it.sh localhost:3306 --timeout=60 --strict -- echo "MySQL is ready!"
- name: Run Tests
env:
JWT_SECRET: ${{ secrets.JWT_SECRET }}
Expand Down

0 comments on commit 93eea4e

Please sign in to comment.