From d981f02489490146b7d43eb2f21261ccd2007409 Mon Sep 17 00:00:00 2001 From: Yuuki Wesp Date: Wed, 5 Jun 2024 07:10:57 +0300 Subject: [PATCH] add test env for linux --- testenvironments.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testenvironments.json diff --git a/testenvironments.json b/testenvironments.json new file mode 100644 index 00000000..f4698a2c --- /dev/null +++ b/testenvironments.json @@ -0,0 +1,10 @@ +{ + "version": "1", + "environments": [ + { + "name": "WSL-Ubuntu", + "type": "wsl", + "wslDistribution": "Ubuntu" + } + ] +} \ No newline at end of file