Add zeitwerk:check action runner

pull/10138/head
Oliver Günther 3 years ago
parent 5a56a3495f
commit 045b3f16c1
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      .github/workflows/test-core.yml
  2. 1
      docker/ci/entrypoint.sh

@ -80,6 +80,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/setup-node@v2
with:
node-version: '14'

@ -57,6 +57,7 @@ fi
if [ "$1" == "run-units" ]; then
shift
execute "time bundle exec rake zeitwerk:check"
execute "cd frontend && npm install && npm run test"
execute "time bundle exec rspec -I spec_legacy spec_legacy"
if ! execute "time bundle exec rake parallel:units" ; then

Loading…
Cancel
Save