Skip to content

Commit

Permalink
Enable the test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 23, 2020
1 parent 9f8aa44 commit 6f855dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ jobs:
at: /tmp/verdaccio-workspace
- run: ./scripts/integration-tests/e2e-babel.sh

e2e-babel-old-version:
executor: node-executor
steps:
- checkout
- attach_workspace:
at: /tmp/verdaccio-workspace
- run: ./scripts/integration-tests/e2e-babel-old-version.sh

e2e-create-react-app:
executor: node-executor
steps:
Expand Down Expand Up @@ -191,6 +199,9 @@ workflows:
- e2e-babel:
requires:
- publish-verdaccio
- e2e-babel-old-version:
requires:
- publish-verdaccio
- e2e-create-react-app:
requires:
- publish-verdaccio
Expand Down

0 comments on commit 6f855dc

Please sign in to comment.