Skip to content

Add integration tests for MLX nodes on GitHub Actions with Apple Silicon runners#3

Draft
Copilot wants to merge 6 commits into
mainfrom
copilot/add-integration-tests-github-actions
Draft

Add integration tests for MLX nodes on GitHub Actions with Apple Silicon runners#3
Copilot wants to merge 6 commits into
mainfrom
copilot/add-integration-tests-github-actions

Conversation

Copilot AI commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

Adds integration test suite for nodetool-mlx that runs on GitHub Actions using macOS 14 (Apple Silicon) runners.

Test Suite

  • Location: tests/integration/test_mlx_import.py
  • Scope: Import validation and dependency availability checks
    • MLX framework availability
    • All node classes (Whisper, TTS, Flux1Dev, Flux1Schnell, TextGeneration)
    • MLX dependencies (mlx-whisper, mflux, mlx-audio)
  • Design: Lightweight checks that don't require model downloads or GPU operations

GitHub Actions Workflow

.github/workflows/integration-tests.yml runs on:

  • Push/PR to main or develop branches
  • Manual workflow dispatch

Configuration:

  • Runner: macos-14 (Apple Silicon M1)
  • Python: 3.11
  • Timeout: 30 minutes
  • Permissions: contents: read (minimal)

Outputs:

  • JUnit XML reports
  • GitHub Actions step summaries
  • Test artifacts (30-day retention)

Documentation

  • tests/README.md: Local and CI test execution
  • Updated main README.md with testing section
  • pytest.ini: Test markers and configuration
Original prompt

add integration tests running on Github action on apple machines


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 5 commits February 2, 2026 09:12
Co-authored-by: georgi <19498+georgi@users.noreply.github.com>
Co-authored-by: georgi <19498+georgi@users.noreply.github.com>
Co-authored-by: georgi <19498+georgi@users.noreply.github.com>
…cessary PYTHONPATH

Co-authored-by: georgi <19498+georgi@users.noreply.github.com>
Co-authored-by: georgi <19498+georgi@users.noreply.github.com>
Copilot AI changed the title [WIP] Add integration tests running on GitHub Actions for Apple machines Add integration tests for MLX nodes on GitHub Actions with Apple Silicon runners Feb 2, 2026
Copilot AI requested a review from georgi February 2, 2026 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants