Skip to content

Commit

Permalink
actions변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Criminal0627 committed Jan 2, 2025
1 parent da987c4 commit b7d856c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Start Database with Docker Compose
run: |
docker-compose up -d db
working-directory: ./your-docker-compose-directory
working-directory: .

# 2. DB 준비 시간 대기
- name: Wait for Database
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Stop Database
run: |
docker-compose down
working-directory: ./your-docker-compose-directory
working-directory: .

0 comments on commit b7d856c

Please sign in to comment.