mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
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:
committed by
GitHub
parent
e79d550070
commit
d8cf46c351
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user