Skip to content

Commit

Permalink
run test no parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
dmou committed Sep 23, 2024
1 parent 6bb001d commit 8c7a7a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ jobs:
run: |
docker compose -f docker-test.yml exec -e TEST_RETRY_COUNT=$TEST_RETRY_COUNT -e DEPLOY_ENV=ci -T pender bundle exec rails routes
echo 'ran routes'
docker compose logs --tail 50 pender
docker compose -f docker-test.yml exec -e TEST_RETRY_COUNT=$TEST_RETRY_COUNT -e DEPLOY_ENV=ci -T pender bundle exec rake "parallel:test"
echo 'ran parallel:test not 3'
docker compose -f docker-test.yml exec -e TEST_RETRY_COUNT=$TEST_RETRY_COUNT -e DEPLOY_ENV=ci -T pender bundle exec rake "test"
echo 'ran test'
# docker compose -f docker-test.yml exec -e TEST_RETRY_COUNT=$TEST_RETRY_COUNT -e DEPLOY_ENV=ci -T pender bundle exec rake parallel:spec
# echo 'ran parallel:spec'
docker compose logs --tail 50 pender
Expand Down

0 comments on commit 8c7a7a7

Please sign in to comment.