From 7ed773060db9cd484ce42c8f9e95cb680e71ba35 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sat, 26 Jul 2025 19:56:16 +0200 Subject: [PATCH] Set working directory for job steps --- .github/workflows/webui_test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/webui_test.yaml b/.github/workflows/webui_test.yaml index f215371..c5a294a 100644 --- a/.github/workflows/webui_test.yaml +++ b/.github/workflows/webui_test.yaml @@ -1,4 +1,4 @@ -name: Tests +name: WebUI Tests on: push: @@ -12,6 +12,10 @@ on: jobs: test: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./webui + steps: - uses: actions/checkout@v4