Skip to content

Commit

Permalink
fix(compatibility-suite): Fix unknown 500 error cause missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Oct 20, 2024
1 parent dd6eefd commit 261a10e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compatibility-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:

- name: Run Behat
run: vendor/bin/behat compatibility-suite/pact-compatibility-suite/features/V3 --name '/^((?!binary body \(negative|Message provider).)*$/' --colors
env:
PACT_LOGLEVEL: debug
v4:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 261a10e

Please sign in to comment.