mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-25 16:33:27 +02:00
Run tests
This commit is contained in:
parent
2e9dbda051
commit
35f6ff0ccf
1 changed files with 8 additions and 2 deletions
10
.github/workflows/run-automatest-tests.yml
vendored
10
.github/workflows/run-automatest-tests.yml
vendored
|
@ -18,7 +18,13 @@ 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 "cd apps/epp_proxy/priv/test_backend_app && bundle install && bundle exec rackup"
|
run: docker exec 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: |
|
||||||
|
sleep 15
|
||||||
|
docker exec -i tester rebar3 as test compile
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
|
docker exec -i tester DEBUG=1 rebar3 ct --sys_config config/test.config --readable=false --cover --verbose=true && rebar3 cover --verbose
|
Loading…
Add table
Add a link
Reference in a new issue