Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjooon2 committed Sep 12, 2024
1 parent 50f4013 commit 28dab48
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,5 @@ jobs:
- name: Install dependencies
run: go mod tidy

- name: Build
run: |
go mod init techbloghub
docker build . -t techbloghub
docker run -p 3000:3000 techbloghub
- name: Run tests
run: go test ./...

0 comments on commit 28dab48

Please sign in to comment.