denoland / denoland/deno_task_shell
Support `test` command
Open
- Dominant language
- Rust
- Stars
- 139
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Somewhat related to #100, but probably simpler to implement
Combined with `&&` and `||` you can achieve basic logic which is already supported by the test runner
https://www.man7.org/linux/man-pages/man1/test.1.html
Examples
```shell
test -n $CI && echo "ci" || echo "not ci"
test -f artifact
test $VERSION -ge 1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.