Skip to content

Commit

Permalink
chore: 테스트디비 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pilyang committed Jan 24, 2025
1 parent 933b941 commit 41e2337
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
go-version: 1.23.4

- name: setup postgres test db
run: |
chmod +x ./script/test-db.sh
./script/test-db.sh
- name: Build file
run: go build ./cmd/main.go

Expand Down

0 comments on commit 41e2337

Please sign in to comment.