Fix Cypress dependency error (#27252)

This commit is contained in:
Steven Vachon 2020-08-27 17:14:28 -04:00 committed by GitHub
parent 27c6042dbf
commit 70fb4afe74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,9 @@ executors:
go:
docker:
- image: cimg/go:1.14
e2e:
docker:
- image: srclosson/grafana-plugin-ci-e2e:latest
grafana-build:
docker:
- image: grafana/build-container:1.2.24
@ -668,8 +671,7 @@ jobs:
when: on_success
end-to-end-tests:
docker:
- image: circleci/node:12-browsers
executor: e2e
steps:
- attach_workspace:
at: /tmp/workspace