test: checkout front end changes to cypress workflows (#1258)
* test: checkout front end changes to cypress workflows * test: remove old fe checkout * test: remove dup
This commit is contained in:
parent
bacd2a509e
commit
e97f82edfe
@ -47,6 +47,14 @@ jobs:
|
|||||||
## Checkout capsule
|
## Checkout capsule
|
||||||
#######
|
#######
|
||||||
|
|
||||||
|
# Checkout front ends
|
||||||
|
- name: Checkout frontend mono repo
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
|
fetch-depth: 0
|
||||||
|
path: './frontend-monorepo'
|
||||||
|
|
||||||
# Checkout capsule to build local network
|
# Checkout capsule to build local network
|
||||||
- name: Checkout capsule
|
- name: Checkout capsule
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -120,13 +128,6 @@ jobs:
|
|||||||
## Run some tests
|
## Run some tests
|
||||||
######
|
######
|
||||||
|
|
||||||
# Checkout front ends
|
|
||||||
- name: Checkout frontend mono repo
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Install root dependencies
|
- name: Install root dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
15
.github/workflows/capsule-cypress-night-run.yml
vendored
15
.github/workflows/capsule-cypress-night-run.yml
vendored
@ -31,6 +31,14 @@ jobs:
|
|||||||
## Checkout capsule
|
## Checkout capsule
|
||||||
#######
|
#######
|
||||||
|
|
||||||
|
# Checkout front ends
|
||||||
|
- name: Checkout frontend mono repo
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
|
fetch-depth: 0
|
||||||
|
path: './frontend-monorepo'
|
||||||
|
|
||||||
# Checkout capsule to build local network
|
# Checkout capsule to build local network
|
||||||
- name: Checkout capsule
|
- name: Checkout capsule
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -104,13 +112,6 @@ jobs:
|
|||||||
## Run some tests
|
## Run some tests
|
||||||
######
|
######
|
||||||
|
|
||||||
# Checkout front ends
|
|
||||||
- name: Checkout frontend mono repo
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
ref: master
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Install root dependencies
|
- name: Install root dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user