mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[CI] Use SyliusLabs/BuildTestAppAction@v2.1
This commit is contained in:
parent
1ca31a70ba
commit
2a56716441
5 changed files with 5 additions and 5 deletions
2
.github/workflows/ci_e2e-custom.yaml
vendored
2
.github/workflows/ci_e2e-custom.yaml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
composer config prefer-stable true
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.0
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.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-mariadb.yaml
vendored
2
.github/workflows/ci_e2e-mariadb.yaml
vendored
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
run: composer require --no-update --no-scripts --no-interaction "doctrine/dbal:${{ matrix.dbal }}"
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.0
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.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-mysql.yaml
vendored
2
.github/workflows/ci_e2e-mysql.yaml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
run: composer require --no-update --no-scripts --no-interaction "doctrine/dbal:${{ matrix.dbal }}"
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.0
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.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
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.0
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.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
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
composer config prefer-stable false
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.0
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.1
|
||||
with:
|
||||
build_type: "sylius"
|
||||
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue