Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeri-Sta authored Aug 15, 2024
1 parent 09de59a commit 6cb20ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
go-version: '1.20'

- name: Build-DB
run: docker-compose build
run: docker compose build

- name: Create-DB
run: docker-compose up -d
run: docker compose up -d

- name: Test
run: go test -v main_test.go
Expand Down

0 comments on commit 6cb20ff

Please sign in to comment.