Skip to content

fixed ci/cd not building alpine images #24

fixed ci/cd not building alpine images

fixed ci/cd not building alpine images #24

Triggered via push June 18, 2024 09:50
Status Success
Total duration 1m 52s
Artifacts

testing.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
test (8.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (8.0.x): Wave/Data/Article.cs#L88
Unreachable code detected
test (8.0.x): Wave/Data/ApplicationDbContext.cs#L193
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.
test (8.0.x): Wave/Components/Pages/ArticleEditor.razor#L62
The given expression always matches the provided constant.
test (8.0.x): Wave/Components/Pages/ManageUsers.razor#L71
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.