commit b69be80bf55d3364811dc3081b461fceb750dd06 from: Yaroslav Lobankov via: Kirill Yukhin date: Thu Nov 11 11:10:17 2021 UTC ci: add integration check for tarantool-php/queue This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and the tarantool-php/queue connector. Part of #5265 Part of #6056 Closes #6595 (cherry picked from commit 5bcb0dcf9bbed06ac0c2a0998a1aa5f505cd814a) commit - fec985290b006d49fbca1590da5864eb20d3330d commit + b69be80bf55d3364811dc3081b461fceb750dd06 blob - bceaab627af0a6600aade6fe0d6eb10a77ff2335 blob + dce41831843b2ddc5ab622a510d5989240770412 --- .github/workflows/integration.yml +++ .github/workflows/integration.yml @@ -82,3 +82,9 @@ jobs: uses: tarantool-php/client/.github/workflows/reusable_qa.yml@master with: artifact_name: tarantool-ubuntu-focal-${{ github.sha }} + + php-queue: + needs: tarantool + uses: tarantool-php/queue/.github/workflows/reusable_qa.yml@master + with: + artifact_name: tarantool-ubuntu-focal-${{ github.sha }}