Skip to content

Commit 2c314ad

Browse files
author
David Zuckerman
committed
doing ls on /opt/app/log to figure out permission error
1 parent a34818e commit 2c314ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Run RSpec
140140
if: ${{ always() }}
141141
run: |
142-
docker compose exec app ls -al
142+
docker compose exec app -la /opt/app/log
143143
docker compose exec app whoami
144144
docker compose exec app touch log/foo.log
145145
docker compose exec -e RAILS_ENV=test app rake coverage

0 commit comments

Comments
 (0)