We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c314ad commit 26437ceCopy full SHA for 26437ce
.github/workflows/build.yml
@@ -139,7 +139,7 @@ jobs:
139
- name: Run RSpec
140
if: ${{ always() }}
141
run: |
142
- docker compose exec app -la /opt/app/log
+ docker compose exec app ls -la /opt/app/log
143
docker compose exec app whoami
144
docker compose exec app touch log/foo.log
145
docker compose exec -e RAILS_ENV=test app rake coverage
0 commit comments