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 5ffd802 commit f4d2f4cCopy full SHA for f4d2f4c
.github/workflows/build.yml
@@ -114,9 +114,6 @@ jobs:
114
env:
115
COMPOSE_FILE: docker-compose.yml:docker-compose.ci.yml
116
DOCKER_APP_IMAGE: ${{ needs.merge.outputs.image }}
117
- defaults:
118
- run:
119
- working-directory: /app
120
steps:
121
- name: Checkout code
122
uses: actions/checkout@v4
@@ -142,7 +139,7 @@ jobs:
142
139
- name: Run RSpec
143
140
if: ${{ always() }}
144
141
run: |
145
- docker compose exec -e RAILS_ENV=test app rake check
+ docker compose exec -e RAILS_ENV=test app rake check > artifacts/rspec/index.html
146
147
- name: Run Rubocop
148
0 commit comments