Skip to content

Commit

Permalink
Fix GitHub actions build for macOS 08
Browse files Browse the repository at this point in the history
  • Loading branch information
kum-deepak committed Jan 7, 2025
1 parent 306ab68 commit 1ecf526
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ 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
# - run: npx karma start spec/karma.conf.js --single-run --browsers=EdgeHeadless
7 changes: 0 additions & 7 deletions bin/osx/setup-rabbit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ brew install rabbitmq

# Path depends on whether Apple or Intel silicon is in use, https://www.rabbitmq.com/docs/install-homebrew
/opt/homebrew/sbin/rabbitmq-plugins enable --offline rabbitmq_web_stomp

brew info rabbitmq || true

echo next

cat /opt/homebrew/etc/rabbitmq/rabbitmq-env.conf || true

echo 'web_stomp.ws_frame = binary' >>/opt/homebrew/etc/rabbitmq/rabbitmq.conf

brew services run rabbitmq
Expand Down

0 comments on commit 1ecf526

Please sign in to comment.