Skip to content

Commit

Permalink
Merge pull request #1489 from NYPL/prod-build
Browse files Browse the repository at this point in the history
added yarn cache clean command
  • Loading branch information
gonuguntla authored Jan 8, 2025
2 parents 2ec0adc + c416d0e commit c3acfd7
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 c3acfd7

Please sign in to comment.