Skip to content

Commit

Permalink
Disable akka http client for system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
style95 committed Feb 24, 2024
1 parent 8289c80 commit 116a730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/2-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
env:
# openwhisk env
TEST_SUITE: System
ANSIBLE_CMD: "ansible-playbook -i environments/local -e docker_image_prefix=testing"
ANSIBLE_CMD: "ansible-playbook -i environments/local -e docker_image_prefix=testing -e container_pool_akka_client=false"
GRADLE_PROJS_SKIP: ""

## secrets
Expand Down

0 comments on commit 116a730

Please sign in to comment.