Skip to content

Commit 3af5296

Browse files
committed
2 parents a834413 + ce630ce commit 3af5296

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +0,0 @@
1-
name: End-to-end tests 🧪
2-
3-
on: [push]
4-
5-
jobs:
6-
cypress-run:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- name: Checkout code
10-
uses: actions/checkout@v2
11-
12-
- name: Install dependencies
13-
run: npm install
14-
15-
- name: Run Cypress
16-
run: npx cypress run

0 commit comments

Comments
 (0)