From b931a5b87efea0da54ab2b9d0c9502d6316f70fd Mon Sep 17 00:00:00 2001 From: TC Date: Mon, 4 Sep 2023 14:41:34 +0000 Subject: [PATCH] Switch unit tests back to manual execution --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fb99256..b4c975c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,7 @@ unit_test_linux: - if [ "$CI_PROJECT_PATH" != "veilid/veilid" ]; then project_args="--CI_PROJECT_PATH=$CI_PROJECT_PATH"; fi - earthly --use-inline-cache $cache_args --ci +unit-tests-linux $project_args resource_group: test + when: manual release_job: stage: release