From 0237a338cb1ca083b87ac81271583e458e8ff4c2 Mon Sep 17 00:00:00 2001 From: Mattk70 Date: Thu, 14 Nov 2024 21:14:02 +0000 Subject: [PATCH] tests run on linux? --- .github/workflows/check-installation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-installation.yml b/.github/workflows/check-installation.yml index 3076860..c91d200 100644 --- a/.github/workflows/check-installation.yml +++ b/.github/workflows/check-installation.yml @@ -158,7 +158,7 @@ jobs: # Tests - name: Test packaged application - if: runner.os != 'Linux' + # if: runner.os != 'Linux' run: npm test