Skip to content

update yml

update yml #20

Triggered via push October 1, 2024 21:40
Status Failure
Total duration 4m 57s
Artifacts

backend.main.yml

on: push
build-and-deploy
4m 45s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
build-and-deploy
Execution Exception (state: ValidateAzureResource) (step: Invocation)
build-and-deploy
Resource GetResumeCounter doesn't exist.
build-and-deploy
Error: Resource GetResumeCounter doesn't exist. at AzureResourceFilterUtility.<anonymous> (D:\a\_actions\Azure\functions-action\v1\node_modules\azure-actions-appservice-rest\Utilities\AzureResourceFilterUtility.js:21:23) at Generator.next (<anonymous>) at fulfilled (D:\a\_actions\Azure\functions-action\v1\node_modules\azure-actions-appservice-rest\Utilities\AzureResourceFilterUtility.js:5:58) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
build-and-deploy
Deployment Failed!
build-and-deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: azure/login@v1, actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-deploy: backend/tests/TestCounter.cs#L7
The using directive for 'Microsoft.Extensions.Logging' appeared previously in this namespace
build-and-deploy: backend/tests/TestCounter.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.