"docs/source/git@git.noc.ac.uk:thopri/PyNEMO.git" did not exist on "b0f9e28d36e035e1d725fad66ace775d3f0e887a"
Unverified Commit c9ed2f74 authored by James Kirk's avatar James Kirk Committed by Dan Jones
Browse files

docs: added comments on workaround

refactor: testing getting build working again
parent eec2cf79
......@@ -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
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment