Skip to content

Commit

Permalink
revert workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhoosreddy committed Nov 22, 2019
1 parent 9ae890d commit e6e2de4
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions .circleci/config.yml
Expand Up @@ -92,10 +92,8 @@ jobs:
- run:
name: Setup Test Runner
command: |
git clone --recurse-submodules https://github.com/jbhoosreddy/babel-test262-runner
git clone --recurse-submodules https://github.com/babel/babel-test262-runner
cd babel-test262-runner
git fetch origin local-babel
git checkout local-babel
yarn
yarn add tap-mocha-reporter --dev
node lib/download-node
Expand Down Expand Up @@ -162,19 +160,19 @@ workflows:
- master
test262:
jobs:
# - approve-test262-run:
# type: approval
# filters:
# branches:
# ignore:
# - master
- test262
# requires:
# - approve-test262-run
# filters:
# branches:
# ignore:
# - master
- approve-test262-run:
type: approval
filters:
branches:
ignore:
- master
- test262:
requires:
- approve-test262-run
filters:
branches:
ignore:
- master
e2e:
jobs:
- publish-verdaccio
Expand Down

0 comments on commit e6e2de4

Please sign in to comment.