From 209e4db0137282b6699a22af332a6008586df51a Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Thu, 4 Jan 2024 21:13:31 -0500 Subject: [PATCH] Trying to fix pipeline. --- .github/workflows/build-frontend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index 74dda6b..1383fda 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -28,6 +28,8 @@ jobs: - name: Enable Corepack run: corepack enable + - run: ls + - name: Install dependencies uses: borales/actions-yarn@v4 with: