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

Switch from Travis CI to GitHub Actions #777

Closed
3 tasks done
nielslange opened this issue Apr 12, 2021 · 2 comments · Fixed by #784
Closed
3 tasks done

Switch from Travis CI to GitHub Actions #777

nielslange opened this issue Apr 12, 2021 · 2 comments · Fixed by #784

Comments

@nielslange
Copy link
Member

nielslange commented Apr 12, 2021

At the moment, this repo is using Travis CI, which runs rather slow. This issue aims to switch from Travis CI to Circle CI.
Example config file: https://github.com/Automattic/vip-go-mu-plugins/blob/master/.circleci/config.yml

Update:

At the moment, this repo is using Travis CI, which runs rather slow. This issue aims to switch from Travis CI to GitHub Actions.

Scope:

  • Run plugin against single- and multisite
  • Run plugin against PHPCS (PHP 5.6 - PHP 8.0)
  • Run plugin against PHPUnit (PHP 7.1 - PHP 7.4)
@rebeccahum
Copy link
Contributor

Instead of CircleCI, I think GitHub actions would be the way to go.

@nielslange
Copy link
Member Author

Instead of CircleCI, I think GitHub actions would be the way to go.

Sounds good. That way, we can also automatically 10up's WordPress.org Plugin Deploy action.

@nielslange nielslange changed the title Switch from Travis CI to Circle CI Switch from Travis CI to GitHub Actions Apr 13, 2021
nielslange added a commit that referenced this issue Apr 22, 2021
rebeccahum added a commit that referenced this issue May 4, 2021
Add GitHub Actions integration workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants