Actually run BABEL_8_BREAKING tests (#12492)
This commit is contained in:
parent
01ab1e3e7b
commit
1bba1b6da3
@ -242,12 +242,31 @@ workflows:
|
|||||||
- publish-verdaccio
|
- publish-verdaccio
|
||||||
|
|
||||||
e2e-breaking:
|
e2e-breaking:
|
||||||
|
jobs:
|
||||||
|
- publish-verdaccio-babel-8-breaking:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only: [main, next-8-dev, next-8-rebased]
|
||||||
|
- e2e-babel:
|
||||||
|
requires:
|
||||||
|
- publish-verdaccio-babel-8-breaking
|
||||||
|
- e2e-create-react-app:
|
||||||
|
requires:
|
||||||
|
- publish-verdaccio-babel-8-breaking
|
||||||
|
- e2e-vue-cli:
|
||||||
|
requires:
|
||||||
|
- publish-verdaccio-babel-8-breaking
|
||||||
|
- e2e-jest:
|
||||||
|
requires:
|
||||||
|
- publish-verdaccio-babel-8-breaking
|
||||||
|
|
||||||
|
e2e-breaking-pr:
|
||||||
jobs:
|
jobs:
|
||||||
- approve-e2e-breaking-run:
|
- approve-e2e-breaking-run:
|
||||||
type: approval
|
type: approval
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore: [main]
|
ignore: [main, next-8-dev, next-8-rebased]
|
||||||
- publish-verdaccio-babel-8-breaking:
|
- publish-verdaccio-babel-8-breaking:
|
||||||
requires:
|
requires:
|
||||||
- approve-e2e-breaking-run
|
- approve-e2e-breaking-run
|
||||||
@ -263,3 +282,4 @@ workflows:
|
|||||||
- e2e-jest:
|
- e2e-jest:
|
||||||
requires:
|
requires:
|
||||||
- publish-verdaccio-babel-8-breaking
|
- publish-verdaccio-babel-8-breaking
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user