mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Update BuildTestAppAction to v3.0.1
This commit is contained in:
parent
4a089c4a6a
commit
621df47b20
5 changed files with 7 additions and 7 deletions
2
.github/workflows/ci_e2e-mariadb.yaml
vendored
2
.github/workflows/ci_e2e-mariadb.yaml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.3
|
||||
uses: SyliusLabs/BuildTestAppAction@v3.0.1
|
||||
with:
|
||||
build_type: "sylius"
|
||||
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-"
|
||||
|
|
|
|||
6
.github/workflows/ci_e2e-mysql.yaml
vendored
6
.github/workflows/ci_e2e-mysql.yaml
vendored
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
run: composer require --no-update --no-scripts --no-interaction "twig/twig:${{ matrix.twig }}"
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.3
|
||||
uses: SyliusLabs/BuildTestAppAction@v3.0.1
|
||||
with:
|
||||
build_type: "sylius"
|
||||
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}-api-platform-${{ matrix.api-platform }}"
|
||||
|
|
@ -169,7 +169,7 @@ jobs:
|
|||
run: composer require --no-update --no-scripts --no-interaction "twig/twig:${{ matrix.twig }}"
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.3
|
||||
uses: SyliusLabs/BuildTestAppAction@v3.0.1
|
||||
with:
|
||||
build_type: "sylius"
|
||||
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}-api-platform-${{ matrix.api-platform }}"
|
||||
|
|
@ -250,7 +250,7 @@ jobs:
|
|||
run: composer require --no-update --no-scripts --no-interaction "twig/twig:${{ matrix.twig }}"
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.3
|
||||
uses: SyliusLabs/BuildTestAppAction@v3.0.1
|
||||
with:
|
||||
build_type: "sylius"
|
||||
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}-api-platform-${{ matrix.api-platform }}"
|
||||
|
|
|
|||
2
.github/workflows/ci_e2e-pgsql.yaml
vendored
2
.github/workflows/ci_e2e-pgsql.yaml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.3
|
||||
uses: SyliusLabs/BuildTestAppAction@v3.0.1
|
||||
with:
|
||||
build_type: "sylius"
|
||||
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-"
|
||||
|
|
|
|||
2
.github/workflows/ci_e2e-unstable.yaml
vendored
2
.github/workflows/ci_e2e-unstable.yaml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
composer config prefer-stable false
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.3
|
||||
uses: SyliusLabs/BuildTestAppAction@v3.0.1
|
||||
with:
|
||||
build_type: "sylius"
|
||||
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-"
|
||||
|
|
|
|||
2
.github/workflows/ci_frontend.yaml
vendored
2
.github/workflows/ci_frontend.yaml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.3
|
||||
uses: SyliusLabs/BuildTestAppAction@v3.0.1
|
||||
with:
|
||||
build_type: "sylius"
|
||||
e2e_js: "yes"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue