Skip to content

Migrate CI from CircleCI to GitHub Actions#140

Merged
khamilowicz merged 1 commit intomasterfrom
migrate-to-github-actions
Apr 20, 2026
Merged

Migrate CI from CircleCI to GitHub Actions#140
khamilowicz merged 1 commit intomasterfrom
migrate-to-github-actions

Conversation

@khamilowicz
Copy link
Copy Markdown
Contributor

Replace the CircleCI elixir orb with reusable workflows from
membraneframework/membrane_actions.

Changes

  • Remove .circleci/config.yml
  • Add .github/workflows/ci.yml with build_test, test, and lint jobs
  • Add .github/workflows/release.yml with the same jobs plus hex_publish

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.

Note: the elixir Docker image is used instead of the default
membraneframeworklabs/docker_membrane, matching the original CircleCI config.

Note

CI currently fails — the fix is tracked in #139.

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.
@khamilowicz khamilowicz force-pushed the migrate-to-github-actions branch from dd6b169 to fbc2224 Compare April 20, 2026 08:45
@khamilowicz khamilowicz merged commit 4cbf5b5 into master Apr 20, 2026
4 of 5 checks passed
@khamilowicz khamilowicz deleted the migrate-to-github-actions branch April 20, 2026 08:53
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