{"id":18450607,"url":"https://github.com/skills/test-with-actions","last_synced_at":"2025-04-05T04:10:21.901Z","repository":{"id":37021880,"uuid":"451653879","full_name":"skills/test-with-actions","owner":"skills","description":"Create workflows that enable you to use Continuous Integration (CI) for your projects.","archived":false,"fork":false,"pushed_at":"2024-09-05T01:22:07.000Z","size":873,"stargazers_count":260,"open_issues_count":6,"forks_count":141,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-29T03:08:38.562Z","etag":null,"topics":["actions","ci","continuous-integration","integration","skills-course","workflows"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skills.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-24T22:25:22.000Z","updated_at":"2025-03-20T20:58:53.000Z","dependencies_parsed_at":"2023-12-08T22:23:49.727Z","dependency_job_id":"ef57d817-788e-411e-8079-8fd1b1bb26ff","html_url":"https://github.com/skills/test-with-actions","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":"skills/template-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skills%2Ftest-with-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skills%2Ftest-with-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skills%2Ftest-with-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skills%2Ftest-with-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skills","download_url":"https://codeload.github.com/skills/test-with-actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284949,"owners_count":20913704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","ci","continuous-integration","integration","skills-course","workflows"],"created_at":"2024-11-06T07:25:52.932Z","updated_at":"2025-04-05T04:10:21.879Z","avatar_url":"https://github.com/skills.png","language":null,"funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cheader\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Course header \u003e\u003e\u003e\n  Include a 1280×640 image, course title in sentence case, and a concise description in emphasis.\n  In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.\n  Add your open source license, GitHub uses MIT license.\n--\u003e\n\n# Test with Actions\n\n_Create workflows that enable you to use Continuous Integration (CI) for your projects._\n\n\u003c/header\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Course start \u003e\u003e\u003e\n  Include start button, a note about Actions minutes,\n  and tell the learner why they should take the course.\n--\u003e\n\n## Welcome\n\n[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.\n\n- **Who is this for**: Developers, DevOps Engineers, new GitHub users, students, teams.\n- **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.\n- **What you'll build**: We'll use [remark-lint](https://github.com/remarkjs/remark-lint) to check the consistency of Markdown files.\n- **Prerequisites**: We assume you've completed [Hello GitHub Actions](https://github.com/skills/hello-github-actions) first.\n- **How long**: This course takes less than two hours to complete.\n\nIn this course, you will:\n\n1. Add a test workflow\n2. Fix the test\n3. Upload a test report\n4. Add branch protections\n5. Merge your pull request\n\n### How to start this course\n\n\u003c!-- For start course, run in JavaScript:\n'https://github.com/new?' + new URLSearchParams({\n  template_owner: 'skills',\n  template_name: 'test-with-actions',\n  owner: '@me',\n  name: 'skills-test-with-actions',\n  description: 'My clone repository',\n  visibility: 'public',\n}).toString()\n--\u003e\n\n[![start-course](https://user-images.githubusercontent.com/1221423/235727646-4a590299-ffe5-480d-8cd5-8194ea184546.svg)](https://github.com/new?template_owner=skills\u0026template_name=test-with-actions\u0026owner=%40me\u0026name=skills-test-with-actions\u0026description=My+clone+repository\u0026visibility=public)\n\n1. Right-click **Start course** and open the link in a new tab.\n2. In the new tab, most of the prompts will automatically fill in for you.\n   - For owner, choose your personal account or an organization to host the repository.\n   - 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).\n   - Scroll down and click the **Create repository** button at the bottom of the form.\n3. 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.\n\n\u003cfooter\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Footer \u003e\u003e\u003e\n  Add a link to get support, GitHub status page, code of conduct, license link.\n--\u003e\n\n---\n\nGet help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/test-with-actions) \u0026bull; [Review the GitHub status page](https://www.githubstatus.com/)\n\n\u0026copy; 2023 GitHub \u0026bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) \u0026bull; [MIT License](https://gh.io/mit)\n\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskills%2Ftest-with-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskills%2Ftest-with-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskills%2Ftest-with-actions/lists"}