Update deployment workflow #785
Triggered via pull request
January 11, 2024 11:40
Status
Cancelled
Total duration
1m 12s
Artifacts
–
continuous-integration.yml
on: pull_request
Build frontend
38s
Build .NET solution
18s
Matrix: Build Docker
Matrix: Code analysis
Annotations
2 errors and 9 warnings
Lint and format frontend
Canceling since a higher priority waiting request for 'Continuous integration-252' exists
|
Lint and format frontend
The operation was canceled.
|
Build .NET solution:
Epsilon.Abstractions/Components/PageComponent.cs#L9
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.
|
Build .NET solution:
Epsilon/Services/CompetenceDocumentService.cs#L55
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.
|
Build .NET solution:
Epsilon.Abstractions/Components/PageComponent.cs#L9
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.
|
Build .NET solution:
Epsilon/Services/CompetenceDocumentService.cs#L55
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.
|
Unit testing:
Epsilon.Abstractions/Components/PageComponent.cs#L9
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.
|
Unit testing:
Epsilon/Services/CompetenceDocumentService.cs#L55
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.
|
Unit testing:
Epsilon.Abstractions/Components/PageComponent.cs#L9
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.
|
Unit testing:
Epsilon/Services/CompetenceDocumentService.cs#L55
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.
|
Lint and format frontend:
Epsilon.Host.Frontend/src/components/wrapped/WrappedDialog.vue#L3
Variable 'props' is already declared in the upper scope
|