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 c4a5ce8
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 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,23 +22,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Test
- name: Prepare
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'
Expand Down

0 comments on commit c4a5ce8

Please sign in to comment.