mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-22 23:30:47 +02:00
synatax correction v2
This commit is contained in:
parent
d801352a0b
commit
bc326f9746
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
|
||||
|
||||
- name: Integrated Ruby app setup
|
||||
run: docker exec -i tester apps/epp_proxy/priv/test_backend_app && bundle install && bundle exec rackup
|
||||
run: docker exec -i tester bash -l -c "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
|
Loading…
Add table
Add a link
Reference in a new issue