From 8cc6e60ed1d142a61a5694225d45a2c08b659ffa Mon Sep 17 00:00:00 2001 From: Andy Brett Date: Mon, 22 Mar 2021 09:31:52 -0700 Subject: [PATCH] include specs that start with numbers --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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