From 66635aec511f0989fa704a2087c3204e2a57812b Mon Sep 17 00:00:00 2001 From: Leonardo Trevizo Date: Wed, 15 Oct 2025 22:44:44 -0600 Subject: [PATCH] Added fix to workflows Added the exact direction for the job to find the project dependencies and variables. --- .github/workflows/build.yml | 3 +++ .github/workflows/pre-release.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f406c6c..1152899 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,9 @@ permissions: jobs: build: runs-on: ubuntu-latest + defaults: + run: + working-directory: inventory-manager steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 8ecac9f..66a54d4 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -10,6 +10,9 @@ permissions: jobs: nightly: runs-on: ubuntu-latest + defaults: + run: + working-directory: inventory-manager steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4