From 6728d6bc78cda1323f7c5ccf991022d9505ae3fc Mon Sep 17 00:00:00 2001 From: Ihor Sviziev Date: Thu, 11 Jan 2024 09:33:06 +0200 Subject: [PATCH] Use Warden instead of Den everywhere --- .github/workflows/full-integration-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full-integration-tests.yaml b/.github/workflows/full-integration-tests.yaml index 5413602..5aaa8a5 100644 --- a/.github/workflows/full-integration-tests.yaml +++ b/.github/workflows/full-integration-tests.yaml @@ -188,8 +188,8 @@ jobs: - name: Run Integration Tests for Modules working-directory: ./main run: | - export DEN="$(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 + export WARDEN="$(dirname $(pwd))/warden/bin/warden" + ${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: needs: [ matrix-calculator ]