Skip to content

Commit d3712dc

Browse files
fixed docker compose in github workflow
1 parent f8e3863 commit d3712dc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: echo "PATH=$GITHUB_WORKSPACE/bin:$PATH" >> $GITHUB_ENV
1717
- name: Run tests
1818
run: |
19-
docker-compose up -d
19+
docker compose up -d
2020
go vet ./...
2121
go run honnef.co/go/tools/cmd/staticcheck@latest ./...
2222
go test -race -v ./...

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '2'
2-
31
# Use this docker-compose file to setup the test environment before running the
42
# tests.
53
services:

0 commit comments

Comments
 (0)