Browse Source

--publish-quiet option when running cucumber

cucumber-rails
JG 3 years ago
parent
commit
d6668aba6b
  1. 2
      .github/workflows/production_pipeline.yml
  2. 2
      .github/workflows/staging_pipeline.yml

2
.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

2
.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

Loading…
Cancel
Save