Skip to content

Commit

Permalink
behat requires lint
Browse files Browse the repository at this point in the history
  • Loading branch information
John Spellman committed Mar 10, 2023
1 parent 9012884 commit 3a258de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ workflows:
main:
jobs:
- lint
- test-behat
- test-behat:
requires:
- lint
- test-phpunit:
name: "Test with PHP 7.4"
requires:
Expand Down

0 comments on commit 3a258de

Please sign in to comment.