diff --git a/integration-test.yml b/integration-test.yml index bd952e80..1821e5a3 100644 --- a/integration-test.yml +++ b/integration-test.yml @@ -23,4 +23,6 @@ services: environment: STAPPS_LOG_LEVEL: "31" STAPPS_EXIT_LEVEL: "8" - command: e2e http://backend:3000 --waiton tcp:backend:3000 + volumes: + - ./node_modules/@openstapps/core/test/resources:/@openstapps/core/test/resources:ro + command: e2e http://backend:3000 --waiton tcp:backend:3000 --samples /@openstapps/core/test/resources