Skip to content

Commit

Permalink
Revert "Set COMPOSER_VENDOR_PATH for tests"
Browse files Browse the repository at this point in the history
This reverts commit 5c69fac.
  • Loading branch information
sreichel committed Jun 8, 2024
1 parent 5c69fac commit 7d41206
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-magento-open-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:

- name: Run tests
run: php -f vendor/bin/phpunit
env:
COMPOSER_VENDOR_PATH : vendor

- name: Report coverage
uses: codecov/codecov-action@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-openmage-20.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:

- name: Run tests
run: php -f vendor/bin/phpunit
env:
COMPOSER_VENDOR_PATH : vendor

- name: Report coverage
uses: codecov/codecov-action@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-openmage-20.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:

- name: Run tests
run: php -f vendor/bin/phpunit
env:
COMPOSER_VENDOR_PATH : vendor

- name: Report coverage
uses: codecov/codecov-action@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-openmage-20.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:

- name: Run tests
run: php -f vendor/bin/phpunit
env:
COMPOSER_VENDOR_PATH : vendor

- name: Report coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 7d41206

Please sign in to comment.