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