Skip to content

Commit

Permalink
Remove webpacker tasks from gh action #34
Browse files Browse the repository at this point in the history
  • Loading branch information
oneiros committed May 4, 2022
1 parent db68982 commit beb0047
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
bundler-cache: true
- name: Setup config
run: mv config/hdm.yml{.template,}
- name: Install webpacker
run: bundle exec rake webpacker:install
- name: Generate assets
run: bundle exec rake webpacker:compile
- name: Verify assets
run: bundle exec rake webpacker:verify_install
- name: Run tests
run: bundle exec rake test:all

Expand Down

0 comments on commit beb0047

Please sign in to comment.