Skip to content

Commit

Permalink
Merge pull request #32 from archivesspace/strict_cucumber_workflow
Browse files Browse the repository at this point in the history
Strict cucumber workflow
  • Loading branch information
thimios authored Nov 21, 2024
2 parents 597d10b + fc3a235 commit 2799730
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cucumber-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Run rubocop
run: |
bundle exec rubocop
- name: Cucumber strict dry run to check for not implemented steps
run: |
bundle exec cucumber --dry-run --strict
- name: Run tests
run: |
bundle exec cucumber HEADLESS=true HOST=localhost staff_features/
bundle exec cucumber --strict HEADLESS=true HOST=localhost staff_features/

0 comments on commit 2799730

Please sign in to comment.