Skip to content

Commit 2710f1b

Browse files
committed
fix phpunit_file path for unit tests
1 parent 3e8ad8c commit 2710f1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: docker://yireo/github-actions-magento-unit-tests:7.4
1414
with:
15-
phpunit_file: .github/phpunit9-unit.xml
15+
# for unit tests, the path is not prefixed with GITHUB_WORKSPACE like for integration tests
16+
phpunit_file: vendor/integer-net/magento2-shippingpreselection/.github/phpunit9-unit.xml
1617
env:
1718
MAGENTO_VERSION: '2.4.3'
1819
MODULE_NAME: IntegerNet_ShippingPreselection

0 commit comments

Comments
 (0)