Skip to content

Commit f4d2f4c

Browse files
author
David Zuckerman
committed
directing rake output to artificacts
1 parent 5ffd802 commit f4d2f4c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ jobs:
114114
env:
115115
COMPOSE_FILE: docker-compose.yml:docker-compose.ci.yml
116116
DOCKER_APP_IMAGE: ${{ needs.merge.outputs.image }}
117-
defaults:
118-
run:
119-
working-directory: /app
120117
steps:
121118
- name: Checkout code
122119
uses: actions/checkout@v4
@@ -142,7 +139,7 @@ jobs:
142139
- name: Run RSpec
143140
if: ${{ always() }}
144141
run: |
145-
docker compose exec -e RAILS_ENV=test app rake check
142+
docker compose exec -e RAILS_ENV=test app rake check > artifacts/rspec/index.html
146143
147144
- name: Run Rubocop
148145
if: ${{ always() }}

0 commit comments

Comments
 (0)