Skip to content

test(compatibility-suite): Implement sync message #1206

test(compatibility-suite): Implement sync message

test(compatibility-suite): Implement sync message #1206

name: Compatibility Suite
on:
push:
branches:
- master
- 'release/**'
- '!release/9.x'
pull_request:
branches:
- master
- 'release/**'
- '!release/9.x'
env:
PACT_LOGLEVEL: debug
PACT_DO_NOT_TRACK: true
jobs:
v1:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
submodules: recursive
- uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
with:
php-version: 8.2
coverage: none
- uses: ramsey/composer-install@v3
- name: Run Behat
run: vendor/bin/behat compatibility-suite/pact-compatibility-suite/features/V1 --colors
v2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
submodules: recursive
- uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
with:
php-version: 8.2
coverage: none
- uses: ramsey/composer-install@v3
- name: Run Behat
run: vendor/bin/behat compatibility-suite/pact-compatibility-suite/features/V2 --colors
v3:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
submodules: recursive
- uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
with:
php-version: 8.2
coverage: none
- uses: ramsey/composer-install@v3
- name: Run Behat
run: vendor/bin/behat compatibility-suite/pact-compatibility-suite/features/V3 --name '/^((?!binary body \(negative|Message provider).)*$/' --colors
v4:

Check failure on line 68 in .github/workflows/compatibility-suite.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/compatibility-suite.yml

Invalid workflow file

You have an error in your yaml syntax on line 68
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
submodules: recursive
- uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
with:
php-version: 8.2
coverage: none
- uses: ramsey/composer-install@v3
- uses: pact-foundation/pact-cli@main
- name: Install sync-message-test plugin
run: pact plugin install https://github.com/tienvx/pact-sync-message-test-plugin/releases/tag/0.1.0 -y
- name: Run Behat
run: vendor/bin/behat compatibility-suite/pact-compatibility-suite/features/V4 --colors