From 5084f53844a77ecc73e6d02fff3156f3bb52fb10 Mon Sep 17 00:00:00 2001 From: WarriorsSami Date: Tue, 18 Jun 2024 20:53:42 +0300 Subject: [PATCH] fix(ci): cd into quetzalcoatl and enki microservices projects before executing pipelines --- .github/workflows/enki-problems-ci.yaml | 2 ++ .github/workflows/quetzalcoatl-auth-ci.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/enki-problems-ci.yaml b/.github/workflows/enki-problems-ci.yaml index 3f16521..794610a 100644 --- a/.github/workflows/enki-problems-ci.yaml +++ b/.github/workflows/enki-problems-ci.yaml @@ -16,6 +16,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: '7.0.x' + - name: Cd into the project directory + run: cd enki-problems - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/quetzalcoatl-auth-ci.yaml b/.github/workflows/quetzalcoatl-auth-ci.yaml index 75854f3..45f415f 100644 --- a/.github/workflows/quetzalcoatl-auth-ci.yaml +++ b/.github/workflows/quetzalcoatl-auth-ci.yaml @@ -16,6 +16,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: '7.0.x' + - name: Cd into the project directory + run: cd quetzalcoatl-auth - name: Install dependencies run: dotnet restore - name: Build