Skip to content

Commit

Permalink
fixup! PoC
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Sep 13, 2024
1 parent f6fbb57 commit 95edfa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
port: 4000

- name: Build application
uses: SyliusLabs/[email protected]
uses: SyliusLabs/BuildTestAppAction@v2.2.1
with:
build_type: "plugin"
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-sylius-${{ matrix.sylius }}-symfony-${{ matrix.symfony }}"
Expand All @@ -69,7 +69,8 @@ jobs:
php_version: ${{ matrix.php }}
symfony_version: ${{ matrix.symfony }}
sylius_version: ${{ matrix.sylius }}
e2e_js: true
e2e: "yes"
e2e_js: "yes"
node_version: '18.x'

- name: Check dependencies
Expand Down

0 comments on commit 95edfa6

Please sign in to comment.