Skip to content

Commit

Permalink
test(compatibility-suite): Filter out failed scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Dec 23, 2023
1 parent 0f69dad commit cc8135a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- uses: ramsey/composer-install@v2

- name: Run Behat
run: vendor/bin/behat compatibility-suite/pact-compatibility-suite/features/V3
run: vendor/bin/behat compatibility-suite/pact-compatibility-suite/features/V3 --name '/^((?!Kafka|binary body \(negative|Message provider).)*$/'

0 comments on commit cc8135a

Please sign in to comment.