Skip to content

Commit

Permalink
Fix GitHub actions build for macOS 019
Browse files Browse the repository at this point in the history
  • Loading branch information
kum-deepak committed Jan 7, 2025
1 parent 1ecf526 commit d283030
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

0 comments on commit d283030

Please sign in to comment.