Skip to content

Commit

Permalink
Debug_19
Browse files Browse the repository at this point in the history
  • Loading branch information
Goose97 committed Jan 5, 2024
1 parent 8362604 commit 1a8c029
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,9 @@ api_spec = spec/variants/api/**/*_spec.rb

test_template:
cd $(APP_NAME) && \
echo "0112_debug_bin" && \
ls bin/ && \
echo "0112_debug_custom_cops" && \
ls lib && \
docker-compose -f docker-compose.test.yml up --detach db redis && \
docker-compose -f docker-compose.test.yml run test bash -c "./bin/inject_port_into_nginx.sh && nginx -c /etc/nginx/conf.d/default.conf -t" && \
docker-compose -f docker-compose.test.yml run --detach --name $(APP_NAME)_test test bin/start.sh && \
docker-compose -f docker-compose.test.yml run --detach test bin/start.sh && \
cd ../.template && \
bundle install; \
if [ $(VARIANT) = web ]; then \
Expand Down

0 comments on commit 1a8c029

Please sign in to comment.