"...backbone-message-format.git" did not exist on "1b8ad63e3b84c08292f28791c6e2a6d7d04916fb"
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