Skip to content

Commit fc61b13

Browse files
committed
Adapt github ci.
1 parent 50703c0 commit fc61b13

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ jobs:
6262
env:
6363
COMPOSER_AUTH_JSON: ${{ secrets.COMPOSER_AUTH_JSON }}
6464

65-
- name: "Cache dependencies"
66-
uses: "actions/cache@v2"
67-
with:
68-
path: |
69-
~/.composer/cache
70-
magento
71-
key: "magento-2.4.6-with-php-${{ matrix.php-version }}"
65+
# - name: "Cache dependencies"
66+
# uses: "actions/cache@v2"
67+
# with:
68+
# path: |
69+
# ~/.composer/cache
70+
# magento
71+
# key: "magento-2.4.6-with-php-${{ matrix.php-version }}"
7272

7373
- name: "Create Magento 2.4.6 project"
7474
run: |
@@ -77,12 +77,12 @@ jobs:
7777

7878
- name: "Add testing dependencies"
7979
run: |
80+
composer config minimum-stability dev
8081
composer config --no-plugins allow-plugins.magento/* true
8182
composer config --no-plugins allow-plugins.php-http/discovery true
8283
composer config --no-plugins allow-plugins.laminas/laminas-dependency-plugin true
8384
composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
8485
composer require --no-progress behat/behat tkotosz/test-area-magento2
85-
composer config minimum-stability dev
8686
composer install --no-progress
8787
working-directory: 'magento'
8888

@@ -123,8 +123,7 @@ jobs:
123123

124124
- name: "Install BehatMagento2 Extension"
125125
run: |
126-
composer config minimum-stability dev
127-
composer config repositories.behat-m2-extension path vendor/seec/behat-magento2-extension
126+
composer config repositories.behat-magento2-extension path vendor/seec/behat-magento2-extension
128127
composer require seec/behat-magento2-extension:@dev
129128
working-directory: 'magento'
130129

0 commit comments

Comments
 (0)