Chore/use self hosted runners (#1475)
* chore: edit manual flow * chore: install yarn in flow * chore: change runner for remaining flows * chore: add yarn install to other flows
This commit is contained in:
parent
5d553271a5
commit
b885696659
@ -24,7 +24,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
manual:
|
manual:
|
||||||
name: Run capsule tests -- manual trigger
|
name: Run capsule tests -- manual trigger
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
VEGA_VERSION: 'v0.55.0'
|
VEGA_VERSION: 'v0.55.0'
|
||||||
@ -43,6 +43,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
|
#######
|
||||||
|
## Install Yarn
|
||||||
|
#######
|
||||||
|
- name: Setup yarn
|
||||||
|
run: npm install -g yarn
|
||||||
|
|
||||||
#######
|
#######
|
||||||
## Checkout repos
|
## Checkout repos
|
||||||
#######
|
#######
|
||||||
|
@ -9,7 +9,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
nightly:
|
nightly:
|
||||||
name: Run capsule tests -- nightly
|
name: Run capsule tests -- nightly
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
VEGA_VERSION: 'v0.55.0'
|
VEGA_VERSION: 'v0.55.0'
|
||||||
@ -28,6 +28,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
|
#######
|
||||||
|
## Install Yarn
|
||||||
|
#######
|
||||||
|
- name: Setup yarn
|
||||||
|
run: npm install -g yarn
|
||||||
|
|
||||||
#######
|
#######
|
||||||
## Checkout repos
|
## Checkout repos
|
||||||
#######
|
#######
|
||||||
|
8
.github/workflows/capsule-cypress.yml
vendored
8
.github/workflows/capsule-cypress.yml
vendored
@ -15,7 +15,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
pr:
|
pr:
|
||||||
name: Run capsule tests - PR
|
name: Run capsule tests - PR
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
VEGA_VERSION: 'v0.55.0'
|
VEGA_VERSION: 'v0.55.0'
|
||||||
@ -34,6 +34,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
|
#######
|
||||||
|
## Install Yarn
|
||||||
|
#######
|
||||||
|
- name: Setup yarn
|
||||||
|
run: npm install -g yarn
|
||||||
|
|
||||||
#######
|
#######
|
||||||
## Checkout repos
|
## Checkout repos
|
||||||
#######
|
#######
|
||||||
|
Loading…
Reference in New Issue
Block a user