From be021f4697c4b68f835bb850a74bdceb8e559d08 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Wed, 17 Aug 2022 22:50:54 +0100 Subject: [PATCH] Removes spec/features from the build-run :tada: --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41c3047f50..059f5a86c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,6 @@ jobs: specs: - "spec/controllers" - "spec/models" - - "spec/features/admin/[a-o0-9]*_spec.rb" - "spec/lib" - "spec/migrations" - "spec/serializers"