From c60a78dbb73776600e918ca6ca743956d774dab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9cio=20Varj=C3=A3o?= <1348549+cvarjao@users.noreply.github.com> Date: Thu, 5 Oct 2023 23:23:52 -0700 Subject: [PATCH] Add bundle install from Gemfile 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bda3c9cb6..3c7b90e83 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -29,6 +29,8 @@ jobs: - name: Configure ruby uses: ruby/setup-ruby@v1 working-directory: ./packages/legacy/app + with: + working-directory: ./packages/legacy/app - name: Cache pod dependencies id: pod-cache