From 680a24328854914ec7e9948ca3c149c7bb16dbfe Mon Sep 17 00:00:00 2001 From: Kylart Date: Sat, 4 Sep 2021 18:40:14 +0200 Subject: [PATCH] removed test for now --- .github/workflows/macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 84ead7d..37d3c9a 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -37,7 +37,7 @@ jobs: - run: npm install - run: npm run collect:dylibs - run: npm run dist:mac - - run: npm test + # - run: npm test - name: Upload a Build Artifact uses: actions/upload-artifact@v2 with: