From c87fc669b3b9aeb036861a324e8e3a05c6c2dfd4 Mon Sep 17 00:00:00 2001 From: maikb Date: Thu, 21 Dec 2023 21:26:34 +0100 Subject: [PATCH] ci(backend): Update GitHub Actions workflow for backend QA This commit specifies the default working directory for every job in the backend_qa workflow. Refs: #8 --- .github/workflows/backend_qa.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend_qa.yml b/.github/workflows/backend_qa.yml index f8ac798..c5db7c0 100644 --- a/.github/workflows/backend_qa.yml +++ b/.github/workflows/backend_qa.yml @@ -14,12 +14,13 @@ on: branches: - master +defaults: + run: + working-directory: src-tauri + jobs: check: runs-on: ubuntu-latest - defaults: - run: - working-directory: src-tauri steps: - name: Checkout code