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.
1 parent fb9af91 commit b062b25Copy full SHA for b062b25
1 file changed
.github/workflows/test.yml
@@ -21,16 +21,12 @@ on:
21
- '!dist/engine/core/**'
22
23
jobs:
24
- test:
+ cypress-run:
25
26
runs-on: ubuntu-latest
27
28
steps:
29
- uses: actions/checkout@v1
30
- - name: Install Cypress Requirements
31
32
- with:
33
- cmd: apt-get install libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
34
- name: Install Dependencies
35
uses: Borales/actions-yarn@v2.0.0
36
with:
@@ -40,6 +36,4 @@ jobs:
40
41
37
cmd: build:core # will run `yarn build:core` command:
42
38
- name: Run Tests
43
- uses: Borales/actions-yarn@v2.0.0
44
45
- cmd: test run # will run `yarn test run` command
39
+ uses: cypress-io/github-action@v2
0 commit comments