diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 771879d070..b0555c40d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,4 +130,4 @@ jobs: run: yarn jest - name: Run all other tests - run: bundle exec rake ofn:specs:run:excluding_folders["models,controllers,serializers,features,lib,migrations,system"] + run: bundle exec rspec --exclude-pattern "./models/**/*_spec.rb, ./controllers/**/*_spec.rb, ./serializers/**/*_spec.rb, ./lib/**/*_spec.rb, ./migrations/**/*_spec.rb, ./system/**/*_spec.rb"