Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrztoph committed Nov 29, 2023
1 parent 7225fc8 commit 33f7edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 33f7edf

Please sign in to comment.