From caaff47e84cafd227e3009f8ba0bd08e771bc140 Mon Sep 17 00:00:00 2001 From: Ales Puchilo <36516972+SaveTheAles@users.noreply.github.com> Date: Tue, 28 May 2024 20:48:37 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b3bf735..dc17e86c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,9 +5,6 @@ jobs: build: name: Build runs-on: ubuntu-latest - defaults: - run: - working-directory: ./front steps: - uses: actions/checkout@v3 @@ -15,6 +12,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x + - name: subrepo cd + with: + cmd: cd front - name: Run install uses: borales/actions-yarn@v4 with: