diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e95266dd30..be8b721644 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,6 @@ jobs: - "spec/controllers" - "spec/models" - "spec/features/admin/[a-o0-9]*_spec.rb" - - "spec/features/consumer" - "spec/lib" - "spec/migrations" - "spec/serializers" diff --git a/spec/system/consumer/sitemap_spec.rb b/spec/system/consumer/sitemap_spec.rb index abfa8f49fd..43fb4ad557 100644 --- a/spec/system/consumer/sitemap_spec.rb +++ b/spec/system/consumer/sitemap_spec.rb @@ -20,4 +20,4 @@ def return_page(website) url = URI(page.driver.browser.url) path = URI(website).path return_page = "http://" + url.host.to_s + ':' + url.port.to_s + path -end \ No newline at end of file +end