Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skills/test-with-actions
Create workflows that enable you to use Continuous Integration (CI) for your projects.
https://github.com/skills/test-with-actions
actions ci continuous-integration integration skills-course workflows
Last synced: 3 days ago
JSON representation
Create workflows that enable you to use Continuous Integration (CI) for your projects.
- Host: GitHub
- URL: https://github.com/skills/test-with-actions
- Owner: skills
- License: mit
- Created: 2022-01-24T22:25:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T01:22:07.000Z (5 months ago)
- Last Synced: 2025-01-13T09:02:39.486Z (10 days ago)
- Topics: actions, ci, continuous-integration, integration, skills-course, workflows
- Homepage:
- Size: 853 KB
- Stars: 235
- Watchers: 9
- Forks: 129
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test with Actions
_Create workflows that enable you to use Continuous Integration (CI) for your projects._
## Welcome
[Continuous integration](https://en.wikipedia.org/wiki/Continuous_integration) can help you stick to your team’s quality standards by running tests and reporting the results on GitHub. CI tools run builds and tests, triggered by commits. The results post back to GitHub in the pull request. The goal is fewer issues in `main` and faster feedback as you work.
- **Who is this for**: Developers, DevOps Engineers, new GitHub users, students, teams.
- **What you'll learn**: What continuous integration is, how to use GitHub Actions for CI, how to create a workflow that runs tests and produces test reports.
- **What you'll build**: We'll use [remark-lint](https://github.com/remarkjs/remark-lint) to check the consistency of Markdown files.
- **Prerequisites**: We assume you've completed [Hello GitHub Actions](https://github.com/skills/hello-github-actions) first.
- **How long**: This course takes less than two hours to complete.In this course, you will:
1. Add a test workflow
2. Fix the test
3. Upload a test report
4. Add branch protections
5. Merge your pull request### How to start this course
[![start-course](https://user-images.githubusercontent.com/1221423/235727646-4a590299-ffe5-480d-8cd5-8194ea184546.svg)](https://github.com/new?template_owner=skills&template_name=test-with-actions&owner=%40me&name=skills-test-with-actions&description=My+clone+repository&visibility=public)
1. Right-click **Start course** and open the link in a new tab.
2. In the new tab, most of the prompts will automatically fill in for you.
- For owner, choose your personal account or an organization to host the repository.
- We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/billing/managing-billing-for-github-actions/about-billing-for-github-actions).
- Scroll down and click the **Create repository** button at the bottom of the form.
3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.---
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/test-with-actions) • [Review the GitHub status page](https://www.githubstatus.com/)
© 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)