File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 - name : Run RSpec
141141 if : ${{ always() }}
142142 run : |
143- docker compose exec -e RAILS_ENV=test app rspec --format progress --format html --out artifacts/rspec.html
143+ docker compose exec -e RAILS_ENV=test app rake check
144144
145145 - name : Run Rubocop
146146 if : ${{ always() }}
Original file line number Diff line number Diff line change 11--require spec_helper
22--format progress
3- --format RspecJunitFormatter
4- --out artifacts/rspec/specs.xml
3+ --format html
4+ --out artifacts/rspec.html
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ services:
88 image : ${DOCKER_APP_IMAGE}
99 volumes : !override
1010 - artifacts:/opt/app/artifacts
11+ environment : !reset
1112
1213volumes :
1314 artifacts :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
2020 db :
2121 # For local development, set DATABASE_URL=mysql2://root:root@0.0.0.0:33306/NARA
2222 # or use `mysql -u root -proot -h 0.0.0.0 -P 33306 -D NARA`
23- image : ghcr.io/berkeleylibrary/nara-db:AP-499
23+ image : ghcr.io/berkeleylibrary/nara-db:latest
2424 environment :
2525 # Default password for the image is empty, but adminer doesn't support
2626 # that (https://www.adminer.org/en/password/), so we use 'root'
You can’t perform that action at this time.
0 commit comments