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 7b93e18 commit a83676cCopy full SHA for a83676c
1 file changed
.github/workflows/test.yml
@@ -9,6 +9,7 @@ on:
9
- '**.js'
10
- '**.json'
11
- '**.css'
12
+ - '**/test.yml'
13
- '!dist/engine/core/**'
14
pull_request:
15
branches:
@@ -24,16 +25,9 @@ jobs:
24
25
cypress-run:
26
27
runs-on: ubuntu-latest
-
28
steps:
29
- uses: actions/checkout@v1
30
- - name: Install Dependencies
31
- uses: Borales/actions-yarn@v2.0.0
32
- with:
33
- cmd: install # will run `yarn install` command
34
- - name: Build Core
35
36
37
- cmd: build:core # will run `yarn build:core` command:
38
- name: Run Tests
39
uses: cypress-io/github-action@v2
+ with:
+ build: yarn run build:core
0 commit comments