Skip to content

Commit

Permalink
Joinwith alternativeunit test
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Jan 2, 2024
1 parent 179d71d commit d3e6cab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ jobs:
- uses: "shivammathur/setup-php@v2"
with:
php-version: "8.2"
- name: 'unit test'
working-directory: magento
run: |
./vendor/bin/phpunit --bootstrap app/bootstrap.php app/code/Sequra/Core/Test/Unit

- name: 'Alternative unit test'
working-directory: magento
Expand All @@ -75,7 +71,7 @@ jobs:
vendor/bin/composer config minimum-stability dev
vendor/bin/composer config repositories.sequra/magento2-core vcs git@github.com:sequra/magento2-core.git
vendor/bin/composer require sequra/magento2-core:"dev-${{ steps.extract_branch.outputs.branch }}" --ignore-platform-reqs
bin/magento dev:test:run unit -c"--filter '/^Sequra\\\\Core/'"
vendor/bin/phpunit --bootstrap app/bootstrap.php vendor/sequra/magento2-core/Test/Unit
- name: 'launch magento2 unit test'
if: always()
Expand Down

0 comments on commit d3e6cab

Please sign in to comment.