From b1431afe93523cd82cdabb96c2967e19edcc19db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9cio=20Varj=C3=A3o?= <1348549+cvarjao@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:55:06 -0700 Subject: [PATCH] try removing submodule package.json and yarn.lock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clécio Varjão <1348549+cvarjao@users.noreply.github.com> --- .github/workflows/main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 007bcebd..4e820a5c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -230,7 +230,9 @@ jobs: - name: Install dependencies working-directory: ./ run: | - yarn install && \ + rm bifold/package.json && \ + rm bifold/yarn.lock && \ + yarn install && \ git status # Actual environment variables are not being picked up