Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdonald committed Oct 9, 2023
1 parent cf4763e commit 74326cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/eldac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ jobs:
- name: Install package.json dependencies
run: yarn install --verbose # --frozen-lockfile

- name: Show files in current directory
run: |
ls -lavh
ls -lavh node_modules
- name: Build CSS
run: yarn run build:css

- name: Run tests
run: xvfb-run --auto-servernum bundle exec rspec
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ gem 'rack', '~> 2.2.8'
gem 'rails', '~> 7.1.0'
gem 'rbnacl', '~> 7.1.1'
gem 'redis', '~> 5.0.7'
gem 'sassc-rails', '~> 2.1.2'
gem 'sidekiq', '~> 7.1.4'
gem 'sidekiq-cron', '~> 1.10.1'
gem 'sprockets-rails'
Expand Down
10 changes: 0 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -337,14 +337,6 @@ GEM
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.13.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -380,7 +372,6 @@ GEM
railties (>= 6.0.0)
stringio (3.0.8)
thor (1.2.2)
tilt (2.3.0)
timeout (0.4.0)
turbo-rails (1.4.0)
actionpack (>= 6.0.0)
Expand Down Expand Up @@ -448,7 +439,6 @@ DEPENDENCIES
rubocop-rails
rubocop-rake
rubocop-rspec
sassc-rails (~> 2.1.2)
selenium-webdriver
shoulda-matchers (~> 5.3.0)
sidekiq (~> 7.1.4)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"esbuild": "^0.19.4",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0"
"postcss-cli": "^10.1.0",
"sass": "^1.69.0"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=/assets",
Expand Down

0 comments on commit 74326cc

Please sign in to comment.