Skip to content

Commit 2c5eed8

Browse files
committed
Revert to old github action style
1 parent ca91124 commit 2c5eed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ jobs:
9292
uses: mheap/phpunit-matcher-action@master
9393

9494
- name: Run PHPUnit (Developer Mode)
95-
run: N98_MAGERUN2_TEST_MAGENTO_ROOT=$GITHUB_WORKSPACE/magento vendor/bin/phpunit --process-isolation --teamcity
95+
run: vendor/bin/phpunit --process-isolation --teamcity
9696

9797
- name: Activate Magento Production Mode
9898
working-directory: ./magento
9999
run: bin/magento deploy:mode:set --skip-compilation production
100100

101101
- name: Run PHPUnit (Production Mode)
102-
run: N98_MAGERUN2_TEST_MAGENTO_ROOT=$GITHUB_WORKSPACE/magento vendor/bin/phpunit --process-isolation --teamcity
102+
run: vendor/bin/phpunit --process-isolation --teamcity

0 commit comments

Comments
 (0)