From 9621d2528da3ee3c5ba5bc95323e291998198ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Fri, 14 May 2021 11:02:22 +0200 Subject: [PATCH] refactor: use local test files for e2e test --- integration-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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