feature: split nightly builds on separate workflows + remove go_test … #191
pr-github-actions.yaml
on: push
shell
41s
python
50s
workflows
38s
Launch scripts on test-data
/
Test GA scripts
1m 32s
Annotations
1 error, 1 warning, and 1 notice
|
[shellcheck] cloud/storage/core/tools/ci/runner/run_degradation_test.sh#L13 <ShellCheck.SC2207>:
cloud/storage/core/tools/ci/runner/run_degradation_test.sh#L13
Prefer mapfile or read -a to split command output (or quote to avoid splitting).
|
[shellcheck] cloud/storage/core/tools/ci/runner/run_all.sh#L29 <ShellCheck.SC2015>:
cloud/storage/core/tools/ci/runner/run_all.sh#L29
Note that A && B || C is not if-then-else. C may run when A is true.
|