From 794de34e18d581c40666d73ce9a66d04ddf4d13b Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Fri, 25 Jun 2021 14:47:09 +0200 Subject: [PATCH] Do not check types on Windows --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a30c3a65cdb..771742169b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,6 +85,6 @@ jobs: - name: Install dependencies run: npm ci --ignore-scripts - name: Run tests - run: npm test + run: npm run ci:test:only env: CI: true