diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17d7351406..8646c9a5de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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