We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dee86a + 993821f commit 653c8e6Copy full SHA for 653c8e6
docs/guides/continuous-integration/github-actions.mdx
@@ -45,9 +45,9 @@ actions used below.
45
46
The Cypress team maintains the official
47
[Cypress GitHub Action](https://github.com/marketplace/actions/cypress-io) for
48
-running Cypress tests. This action provides npm installation, custom caching,
49
-additional configuration options and simplifies setup of advanced workflows with
50
-Cypress in the GitHub Actions platform.
+running Cypress tests. This action provides npm, pnpm or yarn installation,
+custom caching, additional configuration options and simplifies setup of
+advanced workflows with Cypress in the GitHub Actions platform.
51
52
### Explicit Version Number
53
0 commit comments