diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index 7436a50fd..538d3c33d 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -82,7 +82,7 @@ jobs: - name: Run cucumber tests run: | - bundle exec cucumber + bundle exec cucumber --publish-quiet lint: name: Lint diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index 7ecac13be..b5721cfb2 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -71,7 +71,7 @@ jobs: - name: Run cucumber tests run: | - bundle exec cucumber + bundle exec cucumber --publish-quiet lint: name: Lint