Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port CI to GitHub Actions and remove CircleCI #464

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

simonw
Copy link
Owner

@simonw simonw commented Jul 9, 2024

Port CI to GitHub Actions and remove CircleCI configuration.

  • Add GitHub Actions workflow:

    • Create .github/workflows/ci.yml to handle CI for pushes and pull requests.
    • Define workflow to run on push and pull request events for the main branch.
    • Include steps for checking out code, setting up Python, installing dependencies, setting up the database, running tests, and storing artifacts.
  • Remove CircleCI configuration:

    • Delete .circleci/config.yml.
  • Update README.md:

    • Remove CircleCI badge.
    • Add GitHub Actions badge.

For more details, open the Copilot Workspace session.

@simonw
Copy link
Owner Author

simonw commented Jul 9, 2024

Neat, the GitHub Actions CI passed the tests: https://github.com/simonw/simonwillisonblog/actions/runs/9864774305/job/27240407549?pr=464

I'll bump some of the actions versions and then land this.

@simonw
Copy link
Owner Author

simonw commented Jul 9, 2024

I unfollowed the project in CircleCI.

@simonw simonw merged commit 550cfc9 into main Jul 9, 2024
2 checks passed
@simonw simonw deleted the port-ci-to-github-actions branch July 9, 2024 22:10
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