Skip to content

Commit

Permalink
reverted test command
Browse files Browse the repository at this point in the history
  • Loading branch information
deepikagonuguntla committed Jan 8, 2025
1 parent 850ff13 commit 193a940
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
docker-compose build
# - name: Run tests
# run: |
# docker-compose up -d
# docker-compose run webapp sh -c 'RAILS_ENV=test bundle exec rails test'
- name: Run tests
run: |
docker-compose up -d
docker-compose run webapp sh -c 'RAILS_ENV=test bundle exec rails test'

0 comments on commit 193a940

Please sign in to comment.