From 73ebee5ec8626a76884ac26e8eefc08c74a4d307 Mon Sep 17 00:00:00 2001 From: Lauro Fialho Mueller Date: Tue, 31 Oct 2023 11:38:42 +0100 Subject: [PATCH] feat(04-using-actions): add correct working directory --- .github/workflows/04-using-actions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/04-using-actions.yaml b/.github/workflows/04-using-actions.yaml index 7f578cf..b381c8d 100644 --- a/.github/workflows/04-using-actions.yaml +++ b/.github/workflows/04-using-actions.yaml @@ -14,6 +14,7 @@ jobs: node-version: '20.x' - name: Install Dependencies run: npm ci + working-directory: 04-using-actions/react-app # 0. Checkout the code from the repository # 1. Install deps of our react application # 2. Execute automated tests