From 887da090249dc625c270622424943fb96c2115b4 Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Mon, 12 Jul 2021 23:07:35 +0200 Subject: [PATCH] [#86] change default job to mac only (for debugging ci) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 356ae10d..6e5cf06f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: RUN: - value: "all" + value: "mac" description: "The tests that should run. Possible values: ubuntu, win, mac, all." GIT_DEPTH: 1 -- GitLab