From ce0187ace2a15c614be5c109f81d78a1187696b0 Mon Sep 17 00:00:00 2001 From: WarriorsSami Date: Tue, 18 Jun 2024 21:05:39 +0300 Subject: [PATCH] fix(ci-quetzalcoatl): restore tests project too --- .github/workflows/quetzalcoatl-auth-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/quetzalcoatl-auth-ci.yaml b/.github/workflows/quetzalcoatl-auth-ci.yaml index 1d14afa..4ac5551 100644 --- a/.github/workflows/quetzalcoatl-auth-ci.yaml +++ b/.github/workflows/quetzalcoatl-auth-ci.yaml @@ -19,6 +19,7 @@ jobs: - name: Build run: | dotnet restore "quetzalcoatl-auth/Bootstrapper/Bootstrapper.csproj" + dotnet restore "quetzalcoatl-auth/Tests.Integration/Tests.Integration.csproj" cd quetzalcoatl-auth dotnet build --no-restore - name: Test