From c9ed2f7413302603b94b03b419c8eb13d05d0ab5 Mon Sep 17 00:00:00 2001 From: James Kirk <james.kirk@noc.ac.uk> Date: Mon, 20 Mar 2023 14:34:25 +0000 Subject: [PATCH] docs: added comments on workaround refactor: testing getting build working again --- .gitlab-ci.yml | 1 - run-tests.sh | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd18fe6..45e1fc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,5 @@ include: variables: DOCKER_IMAGE_NAME: backbone-adapter-javascript CI_SKIP_RELEASE: 1 - CI_SKIP_BUILD: 1 CI_SKIP_LINT: 1 LINTER_IMAGE: node:18 \ No newline at end of file diff --git a/run-tests.sh b/run-tests.sh index 848ec25..4c13b52 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,5 +1,7 @@ yarn install yarn copytests yarn test +# Need to tidy up things with 'root' permissions in the docker container +# As can't do it on the gitlab runner rm -rf node_modules test/features find test/fixtures -name "*.json" -type f -delete \ No newline at end of file -- GitLab