include specs that start with numbers

This commit is contained in:
Andy Brett
2021-03-22 09:31:52 -07:00
parent 5cbd37f112
commit 8cc6e60ed1

View File

@@ -131,7 +131,7 @@ jobs:
bundle exec rake db:schema:load RAILS_ENV=test
- name: Run admin feature tests
run: bundle exec rspec --profile -- spec/features/admin/[a-o]*_spec.rb
run: bundle exec rspec --profile -- spec/features/admin/[a-o0-9]*_spec.rb
test-admin-features-2:
runs-on: ubuntu-18.04