Skip to content

Commit 5c12439

Browse files
committed
remove cypress cache as it is unused and causes unit test errors
1 parent c593fb5 commit 5c12439

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ services:
1818
command: sh -c 'trap "exit" TERM; while true; do sleep 1; done'
1919
environment:
2020
# Store caches in repository directory. This save time across container
21-
# runs. NOTE: cypress is not supported in this container--see README.md
22-
CYPRESS_CACHE_FOLDER: /app/.cache/Cypress
21+
# runs.
2322
npm_config_cache: /app/.npm
2423
npm_config_devdir: /app/.cache/node-gyp
2524
image: 'node:14'

0 commit comments

Comments
 (0)