Releases: DNAstack/wdl-ci
Releases · DNAstack/wdl-ci
v2.0.3
Bugfixes
- Do not fetch prior to committing the updated config file; should resolve issues with submodules / tags during the
git fetch --force --tags
Updates
- Updated to v4 of the checkout action
v2.0.2
Bugfixes
- Upgrade shellcheck to v0.10.0; avoids marking deprecated lints as issues
v2.0.1
Bugfixes
- Do not strip parentheses in expressions in command blocks
v2.0.0
v2.0.0
Features
- The members of structs that are output by tasks may now be individually tested (rather than needing to test the entire contents of the struct)
- Members from variables that are objects may be selected using
${variable.key[.subkey...]}
- Linting may be disabled by setting
suppress-lint-errors
in the action input to true
Bugfixes
- Engine parameters in the config file are allowed to be empty
- The
check_comma_separated
test now works in GCP
Breaking changes
- The
wdl_ci_custom_test_wdl_dir
variable was renamed to wdl-ci-custom-test-wdl-dir
to make input syntax consistent.
v1.0.0
- Default to using the latest version of a registered test workflow rather than a specific version
- Fix error message when the refresh token fails to refresh
v0.2.0
Bugfix: fixes for check_tab_delimited test
v0.1.9
Bugfix: ignore #
characters in headers in check_tab_delimited
test
v0.1.7
- Fix a bug that reported workflow inputs with defaults defined as being non-optional
v0.1.6
- Only purge custom workflows generated by
wdl-ci
from the user's namespace (rather than purging all custom workflows during wdl-ci cleanup
)