Skip to content

Migrate CI from CircleCI to GitHub Actions#9

Open
khamilowicz wants to merge 4 commits intomasterfrom
migrate-to-github-actions
Open

Migrate CI from CircleCI to GitHub Actions#9
khamilowicz wants to merge 4 commits intomasterfrom
migrate-to-github-actions

Conversation

@khamilowicz
Copy link
Copy Markdown

Replace the CircleCI elixir orb with reusable workflows from
membraneframework/membrane_actions, and add an inline Rust lint job.

Changes

  • Remove .circleci/config.yml
  • Add .github/workflows/ci.yml with rust_lint, build_test, test, and lint jobs
  • Add .github/workflows/release.yml with the same jobs plus hex_publish (gated on all jobs including rust_lint)

CI runs on every push and can be manually triggered via workflow_dispatch
(used for PRs from outside the organization). Hex publish triggers on v*
tags using the HEX_API_KEY secret.

Warning

Tests currently fail — they require a self-hosted runner which is not yet configured for GitHub Actions.

khamilowicz and others added 3 commits April 9, 2026 15:53
Replace CircleCI elixir orb with membraneframework-labs/membrane-actions
reusable workflows. CI runs on push and can be manually triggered via
workflow_dispatch. Hex publish on v* tags using HEX_API_KEY secret.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@khamilowicz khamilowicz force-pushed the migrate-to-github-actions branch from 2bb2f45 to 3258813 Compare April 21, 2026 08:23
@khamilowicz khamilowicz marked this pull request as ready for review April 27, 2026 15:06
Tests require a machine that can run vulkan.
@khamilowicz khamilowicz force-pushed the migrate-to-github-actions branch from d867dde to 9fc64ac Compare April 27, 2026 15:07
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.

1 participant