Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-javascript
Commits
c9ed2f74
Unverified
Commit
c9ed2f74
authored
2 years ago
by
James Kirk
Committed by
Dan Jones
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
docs: added comments on workaround
refactor: testing getting build working again
parent
eec2cf79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+0
-1
run-tests.sh
run-tests.sh
+2
-0
No files found.
.gitlab-ci.yml
View file @
c9ed2f74
...
...
@@ -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
This diff is collapsed.
Click to expand it.
run-tests.sh
View file @
c9ed2f74
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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment