Skip to content

Commit

Permalink
[GitHub Actions] Enable JS in Behat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coldic3 committed Dec 4, 2023
1 parent 47a1d7d commit 517bb89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
uses: SyliusLabs/[email protected]
with:
e2e: "yes"
e2e_js: "yes"
php_version: "${{ matrix.php }}"
symfony_version: "${{ matrix.symfony }}"
sylius_version: "${{ matrix.sylius }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/contract_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: SyliusLabs/[email protected]
with:
e2e: "yes"
e2e_js: "yes"
php_version: "${{ matrix.php }}"
symfony_version: "${{ matrix.symfony }}"
sylius_version: "${{ matrix.sylius }}"
Expand Down

0 comments on commit 517bb89

Please sign in to comment.