Skip to content

Commit 1840336

Browse files
add dummy-app-node-renderer-e2-tests to the ci workflow
1 parent 5ec1071 commit 1840336

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ jobs:
347347
dummy-app-node-renderer-e2-tests:
348348
docker:
349349
- image: *docker_image
350+
- image: cimg/redis:6.2.6
350351
steps:
351352
- checkout
352353
- run: *print-system-info
@@ -419,3 +420,7 @@ workflows:
419420
requires:
420421
- install-package-ruby-gems
421422
- build-dummy-app-webpack-test-bundles
423+
- dummy-app-node-renderer-e2-tests:
424+
requires:
425+
- install-package-ruby-gems
426+
- build-dummy-app-webpack-test-bundles

0 commit comments

Comments
 (0)