mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
Merge pull request #215 from ihor-sviziev/patch-1
Use Warden instead of Den everywhere
This commit is contained in:
@@ -188,8 +188,8 @@ jobs:
|
|||||||
- name: Run Integration Tests for Modules
|
- name: Run Integration Tests for Modules
|
||||||
working-directory: ./main
|
working-directory: ./main
|
||||||
run: |
|
run: |
|
||||||
export DEN="$(dirname $(pwd))/warden/bin/warden"
|
export WARDEN="$(dirname $(pwd))/warden/bin/warden"
|
||||||
${DEN} env exec -T --workdir /var/www/html/dev/tests/integration php-fpm ../../../vendor/bin/phpunit --configuration phpunit.xml.dist --testsuite 'Mage-OS Suite' --log-junit=../../../phpunit-output/junit/res-log.xml --coverage-html=../../../phpunit-output/coverage-html/res.html
|
${WARDEN} env exec -T --workdir /var/www/html/dev/tests/integration php-fpm ../../../vendor/bin/phpunit --configuration phpunit.xml.dist --testsuite 'Mage-OS Suite' --log-junit=../../../phpunit-output/junit/res-log.xml --coverage-html=../../../phpunit-output/coverage-html/res.html
|
||||||
|
|
||||||
rum-memory-integration-tests:
|
rum-memory-integration-tests:
|
||||||
needs: [ matrix-calculator ]
|
needs: [ matrix-calculator ]
|
||||||
|
|||||||
Reference in New Issue
Block a user