Switch from webpacker to (css|js)bundling-rails (#227)

* Install jsbundling-rails, uninstall rails/webpacker
* Remove outdated step from run-tests workflow
* Use cssbundling-rails for CSS
This commit is contained in:
Riccardo Graziosi
2023-05-19 17:47:01 +02:00
committed by GitHub
parent e79d550070
commit d8cf46c351
57 changed files with 646 additions and 5819 deletions

View File

@@ -40,9 +40,6 @@ jobs:
docker compose exec web wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
docker compose exec web dpkg -i google-chrome-stable_current_amd64.deb || true
docker compose exec web apt-get -fy install
- name: Prepare assets for test environment
run: docker compose exec web cp -r public/packs/ public/packs-test/
- name: Run tests
run: docker compose exec web bundle exec rspec