Merge branch '1.12' into 1.13

* 1.12:
  Remove excluding @api tag in JS-based Behat runs
  Add selecting only Behat scenarios with @javascript tag for JS-based tests
This commit is contained in:
Grzegorz Sadowski 2023-03-15 10:25:22 +01:00
commit f1271f905d
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -161,7 +161,7 @@ jobs:
symfony_version: ${{ matrix.symfony }}
- name: Run Behat
run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@todo&&~@cli&&~@api" ||vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@todo&&~@cli&&~@api" --rerun
run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli" || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli" --rerun
- name: Upload Behat logs
uses: actions/upload-artifact@v3