Skip to content

Commit

Permalink
fix: 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepelown committed Dec 20, 2024
1 parent 949afef commit d285f18
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ jobs:
build:
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
- name: Setup MySQL
uses: mirromutth/[email protected]
with:
host port: 3306
container port: 3306
mysql database: ${{ secrets.SPRING_DATASOURCE_NAME }}
mysql root password: ${{ secrets.SPRING_DATASOURCE_PASSWORD }}

- name: Checkout
uses: actions/checkout@v3

Expand Down Expand Up @@ -60,6 +50,7 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
envs: GITHUB_SHA
script: |
#!/bin/bash
ls
Expand Down

0 comments on commit d285f18

Please sign in to comment.