Skip to content

Commit

Permalink
Fix: CI can't run the analysis step (docker error)
Browse files Browse the repository at this point in the history
This is a bug introduced in docker compose v2.19.0:
docker/compose#10751
  • Loading branch information
ysbaddaden committed Jul 3, 2023
1 parent b3e0d00 commit c3d7495
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- integration
steps:
- uses: actions/checkout@v3
- run: docker compose build web
- uses: ./.github/actions/gems-cache

- uses: actions/download-artifact@v3
Expand All @@ -81,6 +82,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: integration_tests_coverage

- run: docker compose run --no-deps --rm web bundle exec rails coverage:report

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c3d7495

Please sign in to comment.