Clean up test workflow configuration
Removed unnecessary options and environment variables for test containers.
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -27,10 +27,6 @@ jobs:
|
|||||||
image: ghcr.io/thomasnordquist/mqtt-explorer-ui-tests:latest
|
image: ghcr.io/thomasnordquist/mqtt-explorer-ui-tests:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/app
|
- ./:/app
|
||||||
options: --user root
|
|
||||||
env:
|
|
||||||
TESTS_MQTT_BROKER_HOST: mosquitto
|
|
||||||
TESTS_MQTT_BROKER_PORT: 1883
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -59,10 +55,6 @@ jobs:
|
|||||||
image: ghcr.io/thomasnordquist/mqtt-explorer-ui-tests:latest
|
image: ghcr.io/thomasnordquist/mqtt-explorer-ui-tests:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/app
|
- ./:/app
|
||||||
options: --user root
|
|
||||||
env:
|
|
||||||
TESTS_MQTT_BROKER_HOST: localhost
|
|
||||||
TESTS_MQTT_BROKER_PORT: 1883
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user