From c5471385998583454d6f783ea6451dff246deaf1 Mon Sep 17 00:00:00 2001 From: Siarhei Bareika Date: Sat, 15 Mar 2025 17:11:57 +0100 Subject: [PATCH] ci: set working directory for build job in GitHub Actions workflow --- .github/workflows/cd-web.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd-web.yaml b/.github/workflows/cd-web.yaml index 14982e49..2b14ca7f 100644 --- a/.github/workflows/cd-web.yaml +++ b/.github/workflows/cd-web.yaml @@ -6,6 +6,9 @@ on: jobs: build: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./web steps: - uses: actions/checkout@v4