diff --git a/Dockerfile b/Dockerfile index 6205ac94..f2ae7187 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,6 +65,6 @@ FROM production AS testing RUN bundle install --with test RUN gem install mailcatcher RUN yarn install --production=false -RUN apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb +# RUN apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb CMD ["rails", "server"] diff --git a/package.json b/package.json index d0b1677c..a87f3ae8 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "start:watcher": "./bin/webpack-dev-server", "start:watcher:no-container-webpacker": "WEBPACKER_DEV_SERVER_PORT=3012 WEBPACKER_DEV_SERVER_PUBLIC=0.0.0.0:3012 ./bin/webpack-dev-server", "start:mailcatcher": "mailcatcher --http-ip 0.0.0.0", - "test": "yarn test:backend && yarn test:frontend", + "test": "yarn test:backend", "test:backend": "RAILS_ENV=test bundle exec rspec", "test:backend:update": "UPDATE_SNAPSHOTS=true RAILS_ENV=test bundle exec rspec", "test:frontend": "yarn cypress install && yarn cypress:run",