ci updates

This commit is contained in:
whosafe
2022-07-14 20:54:00 +08:00
committed by GitHub
parent 98b2e8ab18
commit 2c70bb6a00
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ jobs:
go-version: ${{ matrix.go }}
- name: Start containers
run: docker-compose -f ".github/workflows/docker-compose.yml" up -d --build
run: docker-compose -f ".github/workflows/docker/docker-compose.yml" up -d --build
- name: Before Script
run: |
@ -167,7 +167,7 @@ jobs:
done
- name: Stop containers
run: docker-compose -f ".github/workflows/docker-compose.yml" down
run: docker-compose -f ".github/workflows/docker/docker-compose.yml" down
- name: Report Coverage
uses: codecov/codecov-action@v2