diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 3b23815..9ff9abc 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -61,6 +61,8 @@ jobs: with: languages: ${{ matrix.language }} - name: Build MQTT Connector's Azure Function - run: dotnet build cloud_connectors/resources/azure_function/src/function.csproj + run: | + dotnet build cloud_connectors/resources/azure_function/src/function.csproj + dotnet build cloud_connectors/resources/azure_function/tests/MQTTConnectorAzureFunction.Tests.csproj - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 \ No newline at end of file + uses: github/codeql-action/analyze@v2