name:End-to-end testson:[push]jobs:cypress-run:runs-on:ubuntu-lateststeps:- name:Checkoutuses:actions/checkout@v1# Install NPM dependencies, cache them correctly# and run all Cypress tests- name:Cypress runuses:cypress-io/github-action@v1
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/sdras/awesome-actions/pull/274
**Author:** [@bahmutov](https://github.com/bahmutov)
**Created:** 12/5/2019
**Status:** ✅ Merged
**Merged:** 12/7/2019
**Merged by:** [@sdras](https://github.com/sdras)
**Base:** `master` ← **Head:** `patch-2`
---
### 📝 Commits (2)
- [`90ea481`](https://github.com/sdras/awesome-actions/commit/90ea481d69cb0c66f26949de43020bce796e2181) Add action to run Cypress tests
- [`a958bf4`](https://github.com/sdras/awesome-actions/commit/a958bf48a28ce0b2ac61010d57ad2536649f5621) Merge branch 'master' into patch-2
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 Description
Example action
```yml
name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v1
```
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/sdras/awesome-actions/pull/274
Author: @bahmutov
Created: 12/5/2019
Status: ✅ Merged
Merged: 12/7/2019
Merged by: @sdras
Base:
master← Head:patch-2📝 Commits (2)
90ea481Add action to run Cypress testsa958bf4Merge branch 'master' into patch-2📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Example action
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.