Merge branch 'test-in-container' of github.com:internetee/epp_proxy into test-in-container

This commit is contained in:
Alex Sherman 2021-09-30 14:31:05 +05:00
commit 9c9c40f820

View file

@ -18,7 +18,7 @@ jobs:
run: docker exec -i tester rebar3 as test get-deps
- name: Integrated Ruby app setup
run: docker exec -i tester bash -l -c "apps/epp_proxy/priv/test_backend_app && bundle install && bundle exec rackup"
run: docker exec -i tester bash -l -c "cd apps/epp_proxy/priv/test_backend_app && bundle install && bundle exec rackup"
- name: Compile for tests
run: docker exec -i tester rebar3 as test compile