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