From 089e811b0b781d62f6832f4dbcd5fe0566174bbf Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 26 Feb 2024 17:40:55 -0300 Subject: [PATCH] ci: arreglar check --- .github/workflows/container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 1d5ddb5..706a0fa 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -20,8 +20,10 @@ jobs: node-version: 20 cache: "pnpm" - name: Install dependencies + working-directory: sitio run: pnpm install - run: pnpm check + working-directory: sitio build-and-push-sitio: name: Compilar contenedor del sitio