From b48d48b1923131922f93487184ea7f82250e83bd Mon Sep 17 00:00:00 2001 From: Manuel Luypaert Date: Fri, 10 May 2024 09:35:30 +0100 Subject: [PATCH] Fixed api code checkout path --- .github/workflows/PR-validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PR-validation.yml b/.github/workflows/PR-validation.yml index 2d7cfb4a..0161cb8f 100644 --- a/.github/workflows/PR-validation.yml +++ b/.github/workflows/PR-validation.yml @@ -221,7 +221,7 @@ jobs: runs-on: ubuntu-22.04 defaults: run: - working-directory: pipeline/aws_infra + working-directory: ./pipeline/aws_infra steps: - name: Check out repository code uses: actions/checkout@v4 @@ -360,7 +360,7 @@ jobs: with: fetch-depth: 0 sparse-checkout: | - pipeline/api/ + api/ - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Download API image artifact (from previous job)