mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 10:19:54 +00:00
Update affected-tests.yml
This commit is contained in:
2
.github/workflows/affected-tests.yml
vendored
2
.github/workflows/affected-tests.yml
vendored
@@ -126,7 +126,7 @@ jobs:
|
||||
if [ -s /tmp/preflight-tests.txt ]; then
|
||||
regex="$(grep -v '^$' /tmp/preflight-tests.txt | tr '\n' '|' | sed 's/|$//')"
|
||||
if [ -n "$regex" ]; then
|
||||
RUN="^(${regex})$" make preflight-e2e-go-test
|
||||
RUN="^(${regex})$" make preflight-e2e-test
|
||||
else
|
||||
echo "No valid preflight tests matched after filtering"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user