chore: revert hosted runner (#1480)
This commit is contained in:
parent
b885696659
commit
f87fd676f6
@ -24,7 +24,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
manual:
|
manual:
|
||||||
name: Run capsule tests -- manual trigger
|
name: Run capsule tests -- manual trigger
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
VEGA_VERSION: 'v0.55.0'
|
VEGA_VERSION: 'v0.55.0'
|
||||||
@ -43,12 +43,6 @@ 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: self-hosted
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
VEGA_VERSION: 'v0.55.0'
|
VEGA_VERSION: 'v0.55.0'
|
||||||
@ -28,12 +28,6 @@ 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: self-hosted
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
VEGA_VERSION: 'v0.55.0'
|
VEGA_VERSION: 'v0.55.0'
|
||||||
@ -34,12 +34,6 @@ 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