From 6ff6b66083566b75c68bafdf0b1e323463c9aca1 Mon Sep 17 00:00:00 2001 From: Mattk70 Date: Thu, 14 Nov 2024 21:40:30 +0000 Subject: [PATCH] no, not 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 c91d200..3076860 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