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