chore(ci): Disable yarn cache

This commit is contained in:
roschaefer 2020-03-18 13:36:19 +01:00
parent 35f6f33bc3
commit 871aaed06d

View File

@ -1,6 +1,10 @@
dist: xenial dist: xenial
language: node_js language: node_js
node_js: lts/* node_js: lts/*
cache:
yarn: false
npm: false
addons: addons:
apt: apt:
packages: packages:
@ -8,11 +12,11 @@ addons:
snaps: snaps:
- docker - docker
firefox: "latest-esr" firefox: "latest-esr"
install: install:
- yarn global add wait-on - yarn global add wait-on
# Install Codecov # Install Codecov
- yarn install - yarn install --frozen-lockfile
- cp backend/.env.template backend/.env - cp backend/.env.template backend/.env
before_script: before_script: