Skip to content

Add CI workflow running tests on every PR - #4

Merged
azer merged 1 commit into
mainfrom
add-ci-workflow
Aug 19, 2026
Merged

Add CI workflow running tests on every PR#4
azer merged 1 commit into
mainfrom
add-ci-workflow

Conversation

@azer

@azer azer commented Aug 19, 2026

Copy link
Copy Markdown
Member

Adds a GitHub Actions workflow so every PR (including Dependabot's) shows test status before merge. Runs on pull requests and pushes to main.

🤖 Generated with Claude Code

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 19, 2026 10:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions CI workflow to run the project’s Elixir test suite on pull requests and pushes to main, so PRs show test status before merge.

Changes:

  • Add a new GitHub Actions workflow triggered on pull_request and push to main
  • Set up Elixir/OTP via erlef/setup-beam and run mix deps.get + mix test

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/ci.yml
Comment on lines +4 to +8
on:
pull_request:
push:
branches: [main]

Comment thread .github/workflows/ci.yml
Comment on lines +16 to +19
- uses: erlef/setup-beam@v1
with:
elixir-version: "1.17"
otp-version: "27"
@azer
azer merged commit 1ca20dc into main Aug 19, 2026
2 checks passed
@azer
azer deleted the add-ci-workflow branch August 19, 2026 11:01
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