mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
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:
commit
f1271f905d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci_e2e-mysql.yaml
vendored
2
.github/workflows/ci_e2e-mysql.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue