We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca91124 commit 2c5eed8Copy full SHA for 2c5eed8
.github/workflows/tests.yml
@@ -92,11 +92,11 @@ jobs:
92
uses: mheap/phpunit-matcher-action@master
93
94
- name: Run PHPUnit (Developer Mode)
95
- run: N98_MAGERUN2_TEST_MAGENTO_ROOT=$GITHUB_WORKSPACE/magento vendor/bin/phpunit --process-isolation --teamcity
+ run: vendor/bin/phpunit --process-isolation --teamcity
96
97
- name: Activate Magento Production Mode
98
working-directory: ./magento
99
run: bin/magento deploy:mode:set --skip-compilation production
100
101
- name: Run PHPUnit (Production Mode)
102
0 commit comments