move build packages to the end
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -35,9 +35,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: Build packages
|
|
||||||
run: yarn build:packages
|
|
||||||
|
|
||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
uses: cypress-io/github-action@v2
|
uses: cypress-io/github-action@v2
|
||||||
with:
|
with:
|
||||||
@@ -57,3 +54,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: cypress-videos
|
name: cypress-videos
|
||||||
path: tests/cypress/videos
|
path: tests/cypress/videos
|
||||||
|
|
||||||
|
- name: Build packages
|
||||||
|
run: yarn build:packages
|
||||||
Reference in New Issue
Block a user