Skip to content

Commit

Permalink
Docker compose invocation fix after copy pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcliff committed Aug 27, 2024
1 parent 628f835 commit d334cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
run: dockerize -wait http://localhost:3000 -timeout 1m
- name: Run tests
run: |
docker-compose exec -T web cc-test-reporter before-build
docker-compose exec -T web bundle exec rake
docker-compose exec -T web cc-test-reporter after-build --coverage-input-type simplecov --exit-code $?
docker compose exec -T web cc-test-reporter before-build
docker compose exec -T web bundle exec rake
docker compose exec -T web cc-test-reporter after-build --coverage-input-type simplecov --exit-code $?
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.20
2.6.21

0 comments on commit d334cb3

Please # to comment.