Skip to content

Commit

Permalink
Update tester_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Oct 30, 2021
1 parent 6ad2131 commit c9f9246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipelines/main/platforms/tester_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ steps:
if [[ "${GROUP?}" == "all" ]]; then
export TESTS="all"
elif [[ "${GROUP?}" == "net" ]]; then
export TESTS="Downloads LibGit2 LibGit2/online"
export TESTS="Downloads LibGit2 LibGit2/online download"
elif [[ "${GROUP?}" == "no-net" ]]; then
export TESTS="all --skip Downloads"
export TESTS="all --skip Downloads LibGit2/online download"
else
echo "Invalid value for GROUP: ${GROUP?}"
exit 1
Expand Down

0 comments on commit c9f9246

Please sign in to comment.