Skip to content

Commit

Permalink
Update testing-suite.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed Sep 26, 2024
1 parent 72ae814 commit 02ddb33
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/testing-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,21 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup SSH
run: |
mkdir -p ~/.ssh
echo "${{ secrets.HYVA_SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan gitlab.hyva.io >> ~/.ssh/known_hosts
- name: Testing Suite
run: |
composer require youwe/coding-standard-magento2
composer require youwe/testing-suite
composer2 config http-basic.repo.magento.com ${{ secrets.MAGENTO_USERNAME }} ${{ secrets.MAGENTO_PASSWORD }}
composer config repositories.hyva-themes/magento2-theme-module git git@gitlab.hyva.io:hyva-themes/magento2-theme-module.git
composer config repositories.hyva-themes/magento2-reset-theme git git@gitlab.hyva.io:hyva-themes/magento2-reset-theme.git
composer config repositories.hyva-themes/magento2-default-theme git git@gitlab.hyva.io:hyva-themes/magento2-default-theme.git
composer2 install --dev --prefer-dist --no-scripts --no-progress --optimize-autoloader --no-interaction -vvv
composer2 show
vendor/bin/grumphp run --no-interaction
shell: bash

0 comments on commit 02ddb33

Please sign in to comment.