This commit is contained in:
Ivan Dyachkov 2023-08-02 16:22:22 +02:00
parent d75f65deae
commit de7838357f
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,7 @@ jobs:
- ["emqx", "5.0.16"]
- ["emqx-elixir", "5.0.16"]
- ["emqx-enterprise", "5.0.1"]
steps:
- uses: AutoModality/action-clean@v1
- uses: actions/checkout@v3
@ -51,7 +52,6 @@ jobs:
./scripts/test/start-two-nodes-in-docker.sh -P $EMQX_IMAGE_TAG $EMQX_IMAGE_OLD_VERSION_TAG
HTTP_PORT=$(docker inspect --format='{{(index (index .NetworkSettings.Ports "18083/tcp") 0).HostPort}}' haproxy)
./scripts/test/emqx-smoke-test.sh localhost $HTTP_PORT
# cleanup
./scripts/test/start-two-nodes-in-docker.sh -c
- name: dashboard tests
working-directory: ./scripts/ui-tests