Skip to content

Commit

Permalink
Merge pull request #215 from ihor-sviziev/patch-1
Browse files Browse the repository at this point in the history
Use Warden instead of Den everywhere
  • Loading branch information
sprankhub authored Jan 11, 2024
2 parents be07609 + 6728d6b commit 0569f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 0569f6c

Please sign in to comment.