diff --git a/.gitea/workflows/quality-gate.yml b/.gitea/workflows/quality-gate.yml index 398408d..b1701e2 100644 --- a/.gitea/workflows/quality-gate.yml +++ b/.gitea/workflows/quality-gate.yml @@ -78,7 +78,11 @@ jobs: - run: corepack prepare pnpm@11.11.0 --activate - run: pnpm install --frozen-lockfile - # ======================================================== + + - name: Verify Docker availability + run: | + docker --version + docker compose version - name: Run component tests (Docker) - run: pnpm test:component + run: pnpm test:component \ No newline at end of file