Skip to content

Commit 85afc3e

Browse files
author
David Zuckerman
committed
reverting compose.ci to debug
1 parent 185aff8 commit 85afc3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
- name: Run RSpec
158158
if: ${{ always() }}
159159
run: |
160-
docker compose exec -e RAILS_ENV=test app rspec --format progress --format html --out artifacts/rspec.html
160+
docker compose exec app rspec --format progress --format html --out artifacts/rspec.html
161161
162162
- name: Copy out artifacts
163163
if: ${{ always() }}

docker-compose.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
build: !reset
44
image: ${DOCKER_APP_IMAGE}
55
environment: !override
6-
- SKIP_SFTP=skip_sftp
6+
SKIP_SFTP: "skip_sftp"
77
volumes: !override
88
- artifacts:/opt/app/artifacts
99
secrets: !reset

0 commit comments

Comments
 (0)