Skip to content

Commit b062b25

Browse files
authored
Update test.yml
1 parent fb9af91 commit b062b25

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,12 @@ on:
2121
- '!dist/engine/core/**'
2222

2323
jobs:
24-
test:
24+
cypress-run:
2525

2626
runs-on: ubuntu-latest
2727

2828
steps:
2929
- uses: actions/checkout@v1
30-
- name: Install Cypress Requirements
31-
uses: actions/checkout@v1
32-
with:
33-
cmd: apt-get install libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
3430
- name: Install Dependencies
3531
uses: Borales/actions-yarn@v2.0.0
3632
with:
@@ -40,6 +36,4 @@ jobs:
4036
with:
4137
cmd: build:core # will run `yarn build:core` command:
4238
- name: Run Tests
43-
uses: Borales/actions-yarn@v2.0.0
44-
with:
45-
cmd: test run # will run `yarn test run` command
39+
uses: cypress-io/github-action@v2

0 commit comments

Comments
 (0)