Commit 2bbede24 authored by Dan Jones's avatar Dan Jones
Browse files

Merge branch '71-add-remove-orphans-option-to-test-js-tests' into 'dev'

Resolve "Ignore orphans warning"

Closes #71

See merge request !40
......@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Refactor schema script to remove invalid definitions object automatically
- Refactor generate_schema_config script to output file on -f flag
### Fixed
- Add `--remove-orphans` to javascript CI test docker compose arguments
## [v0.2.0] - 2024-02-06
### Added
......
......@@ -2,6 +2,7 @@ test-js:
stage: test
script:
- cd tests-js/docker
- export COMPOSE_IGNORE_ORPHANS=True
- docker compose up --build
tags:
- shell
......
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