Use explicit edge gateway API test paths

This commit is contained in:
Jeppe Bundgaard
2026-04-24 19:35:11 +02:00
parent 38acbdefa0
commit 5bfd2743be
+5 -1
View File
@@ -186,7 +186,11 @@ jobs:
API_TEST_REQUEST_TIMEOUT=180
EDGE_GATEWAY_VIEW_CACHE_TTL=0
EDGE_BROKER_URL=
vendor/bin/pest tests/Api/EdgeGateway*ApiTest.php --colors=always"
vendor/bin/pest
tests/Api/EdgeGatewayAgentApiTest.php
tests/Api/EdgeGatewayBrokerApiTest.php
tests/Api/EdgeGatewayOperatorApiTest.php
--colors=always"
- name: Run edge gateway integration tests
run: >