Skip to content

Commit

Permalink
Update test workflow to use docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
fes300 authored and F21 committed Sep 18, 2024
1 parent 32ced1c commit 923658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
GO_VERSION: ${{ matrix.go.version }}
run: |
docker-compose run test
docker compose run test
echo $? > /tmp/GO_EXIT_CODE
- name: Send results to code climate
if: matrix.go.report == true && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 923658d

Please sign in to comment.