Skip to content

Commit a83676c

Browse files
authored
Update test.yml
1 parent 7b93e18 commit a83676c

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '**.js'
1010
- '**.json'
1111
- '**.css'
12+
- '**/test.yml'
1213
- '!dist/engine/core/**'
1314
pull_request:
1415
branches:
@@ -24,16 +25,9 @@ jobs:
2425
cypress-run:
2526

2627
runs-on: ubuntu-latest
27-
2828
steps:
2929
- 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-
uses: Borales/actions-yarn@v2.0.0
36-
with:
37-
cmd: build:core # will run `yarn build:core` command:
3830
- name: Run Tests
3931
uses: cypress-io/github-action@v2
32+
with:
33+
build: yarn run build:core

0 commit comments

Comments
 (0)