mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
Merge branch 'test-in-container' of github.com:internetee/epp_proxy into test-in-container
This commit is contained in:
commit
9c9c40f820
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-automatest-tests.yml
vendored
2
.github/workflows/run-automatest-tests.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: docker exec -i tester rebar3 as test get-deps
|
run: docker exec -i tester rebar3 as test get-deps
|
||||||
|
|
||||||
- name: Integrated Ruby app setup
|
- 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
|
- name: Compile for tests
|
||||||
run: docker exec -i tester rebar3 as test compile
|
run: docker exec -i tester rebar3 as test compile
|
Loading…
Add table
Add a link
Reference in a new issue