Skip to content

Commit 61b5670

Browse files
committed
Fix macos tests
1 parent bb012f5 commit 61b5670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ jobs:
174174

175175
- name: ⚙️ Test MCP server startup (macOS)
176176
run: |
177-
timeout 10s uv run python src/main.py || test $? = 124
177+
brew install coreutils
178+
gtimeout 10s uv run python src/main.py || test $? = 124
178179
env:
179180
REDIS_HOST: localhost
180181
REDIS_PORT: 6379

0 commit comments

Comments
 (0)