From d2830303c37a7874c01ce071a91f7c616d1435d7 Mon Sep 17 00:00:00 2001 From: Deepak Kumar Date: Tue, 7 Jan 2025 19:54:52 +0530 Subject: [PATCH] Fix GitHub actions build for macOS 019 --- .github/workflows/osx.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 450780d..c669c1e 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -1,6 +1,6 @@ # This is a basic workflow that is manually triggered -name: Safari, Edge +name: Safari # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. @@ -22,4 +22,3 @@ jobs: - run: npm ci - run: npm run build - run: npx karma start spec/karma.conf.js --single-run --browsers=Safari -# - run: npx karma start spec/karma.conf.js --single-run --browsers=EdgeHeadless