Skip to content

Commit 9b00666

Browse files
author
David Zuckerman
committed
Adding ls command in test to see environment within container
1 parent 3cbaf66 commit 9b00666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ jobs:
139139
- name: Run RSpec
140140
if: ${{ always() }}
141141
run: |
142-
docker compose exec -e RAILS_ENV=test app bundle exec rake
142+
docker compose exec app ls -al
143+
docker compose exec -e RAILS_ENV=test app bundle exec rake coverage
143144
# docker compose exec -e RAILS_ENV=test app rake check
144145
# docker compose exec -e RAILS_ENV=test app rspec --format progress --format html --out artifacts/rspec.html
145146

0 commit comments

Comments
 (0)