From 260ab15861250a4db93afcdb7d5e37edb0a95a78 Mon Sep 17 00:00:00 2001 From: Isaac Mann Date: Wed, 15 Nov 2023 16:16:36 -0500 Subject: [PATCH] chore(ci): build one app --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59e85d9..8d4660a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,4 +10,8 @@ jobs: main: runs-on: ubuntu-latest steps: - - run: echo "Hello GitHub Actions!" + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - run: pnpm install --frozen-lockfile + - run: pnpm nx build cart