We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad2131 commit c9f9246Copy full SHA for c9f9246
.buildkite/pipelines/main/platforms/tester_linux.yml
@@ -63,9 +63,9 @@ steps:
63
if [[ "${GROUP?}" == "all" ]]; then
64
export TESTS="all"
65
elif [[ "${GROUP?}" == "net" ]]; then
66
- export TESTS="Downloads LibGit2 LibGit2/online"
+ export TESTS="Downloads LibGit2 LibGit2/online download"
67
elif [[ "${GROUP?}" == "no-net" ]]; then
68
- export TESTS="all --skip Downloads"
+ export TESTS="all --skip Downloads LibGit2/online download"
69
else
70
echo "Invalid value for GROUP: ${GROUP?}"
71
exit 1
0 commit comments