Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq authored Aug 6, 2024
1 parent bdbd7c3 commit 4c87376
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 @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: docker-compose
run: docker-compose -f deployment/docker-compose.yml up -d
run: docker compose -f deployment/docker-compose.yml up -d

- name: Set up Go
uses: actions/setup-go@v5
Expand All @@ -40,4 +40,4 @@ jobs:
- uses: codecov/codecov-action@v4
with:
files: ./coverage.out.final # optional
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4c87376

Please sign in to comment.