HTTP/2 301
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data:;script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
location: /en/actions/how-tos/writing-workflows/building-and-testing
content-type: text/plain; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: F175:31B23:B9051A:E8C4BA:6876E919
accept-ranges: bytes
age: 0
date: Tue, 15 Jul 2025 23:49:46 GMT
via: 1.1 varnish
x-served-by: cache-bom4738-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752623385.453176,VS0,VE1218
vary: Accept
strict-transport-security: max-age=31557600
content-length: 92
HTTP/2 200
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data:;script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
x-powered-by: Next.js
content-type: text/html; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: 176F:3C0A7F:B5A950:E569B8:6876E91B
content-encoding: gzip
accept-ranges: bytes
age: 1
date: Tue, 15 Jul 2025 23:49:49 GMT
via: 1.1 varnish
x-served-by: cache-bom4738-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752623387.685459,VS0,VE2793
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 32306
Building and testing - GitHub DocsSkip to main contentBuilding and testing
You can automatically build and test your projects with GitHub Actions.
Learn how to create a continuous integration (CI) workflow to build and test your Go project.
Learn how to create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Ant.
Learn how to create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Gradle.
Learn how to create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Maven.
Learn how to create a continuous integration (CI) workflow to build and test your .NET project.
Learn how to create a continuous integration (CI) workflow to build and test your Node.js project.
Learn how to create a continuous integration (CI) workflow to build and test your PowerShell project.
Learn how to create a continuous integration (CI) workflow to build and test your Python project.
You can create a continuous integration (CI) workflow to build and test your Ruby project.
Learn how to create a continuous integration (CI) workflow to build and test your Rust project.
Learn how to create a continuous integration (CI) workflow to build and test your Swift project.
Learn how to create a continuous integration (CI) workflow in GitHub Actions to build and test your Xamarin application.