Skip to content

Commit

Permalink
Merge pull request #686 from tienvx/fix-unknown-500-error
Browse files Browse the repository at this point in the history
chore(compatibility-suite): Show log
  • Loading branch information
tienvx authored Oct 21, 2024
2 parents dd6eefd + e79f314 commit 11a6c4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/compatibility-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Run Behat
run: vendor/bin/behat compatibility-suite/pact-compatibility-suite/features/V1 --colors
env:
PACT_LOGLEVEL: debug
v2:
runs-on: ubuntu-latest
steps:
Expand All @@ -38,6 +40,8 @@ jobs:

- name: Run Behat
run: vendor/bin/behat compatibility-suite/pact-compatibility-suite/features/V2 --colors
env:
PACT_LOGLEVEL: debug
v3:
runs-on: ubuntu-latest
steps:
Expand All @@ -54,6 +58,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 All @@ -70,3 +76,5 @@ jobs:

- name: Run Behat
run: vendor/bin/behat compatibility-suite/pact-compatibility-suite/features/V4 --colors
env:
PACT_LOGLEVEL: debug

0 comments on commit 11a6c4a

Please sign in to comment.