From 9d9f326a09828b1ffb803efa23f550a8b067b5b1 Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Wed, 16 Jun 2021 15:36:18 +0200 Subject: [PATCH] [#78] change default to win (debugging) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fac7b33..e1a018c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: RUN: - value: "all" + value: "win" description: "The tests that should run. Possible values: ubuntu, win, all." GIT_DEPTH: 1 -- GitLab