test: try failing jobs on purpose

pull/390/head
Michael Smith 3 months ago
parent c8a42f6202
commit 51f5c2b77d

@ -5,6 +5,8 @@ import {
testRequiredVariables, testRequiredVariables,
} from "../test"; } from "../test";
console.log("DELETE ME BEFORE COMMITTING!!!!!");
const allowedDesktopEnvs = ["xfce", "kde", "gnome", "lxde", "lxqt"] as const; const allowedDesktopEnvs = ["xfce", "kde", "gnome", "lxde", "lxqt"] as const;
type AllowedDesktopEnv = (typeof allowedDesktopEnvs)[number]; type AllowedDesktopEnv = (typeof allowedDesktopEnvs)[number];

Loading…
Cancel
Save