Skip to content

Commit

Permalink
remove cypress cache as it is unused and causes unit test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Apr 12, 2024
1 parent c593fb5 commit 5c12439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ services:
command: sh -c 'trap "exit" TERM; while true; do sleep 1; done'
environment:
# Store caches in repository directory. This save time across container
# runs. NOTE: cypress is not supported in this container--see README.md
CYPRESS_CACHE_FOLDER: /app/.cache/Cypress
# runs.
npm_config_cache: /app/.npm
npm_config_devdir: /app/.cache/node-gyp
image: 'node:14'
Expand Down

0 comments on commit 5c12439

Please sign in to comment.