Skip to content

Commit

Permalink
chore: remove phpunit from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Sep 9, 2023
1 parent 1589cf1 commit 185a25c
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'feat/phpstan'
tags-ignore:
- '*'
pull_request:
pull_request_target:
schedule:
- cron: "5 15 * * *"

Expand All @@ -22,24 +22,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Test
run: |
start-mysql
mysql -V
php -v
cp -r "./" "/plugins/FroshProductCompare"
cd /plugins/FroshProductCompare
composer update -d /opt/shopware
php -d pcov.enabled=1 /opt/shopware/vendor/bin/phpunit --coverage-clover clover.xml
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./clover.xml
root_dir: /plugins/FroshProductCompare
working-directory: /plugins/FroshProductCompare

- name: Install dependencies for PHPStan
if: matrix.version == 'v6.5.0'
run: |
Expand Down

0 comments on commit 185a25c

Please sign in to comment.