diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b522d48a97a1bfca0336f1270318a9cd6318cc79..d9d2a87779451b7562a205b0c2ec3ec872e6bb3d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -52,3 +52,9 @@ jobs: uses: tarantool/queue/.github/workflows/reusable_testing.yml@master with: artifact_name: tarantool-ubuntu-focal-${{ github.sha }} + + checks: + needs: tarantool + uses: tarantool/checks/.github/workflows/reusable_testing.yml@master + with: + artifact_name: tarantool-ubuntu-focal-${{ github.sha }}