ci: hmm
This commit is contained in:
parent
d75f65deae
commit
de7838357f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue