Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Merge pull request #121 from yaananth/yaananth-fabric#92

Merge pull request #121 from yaananth/yaananth-fabric

Merge pull request #121 from yaananth/yaananth-fabric #92

Workflow file for this run

name:dotnet_unit_tests
on:
push:
branches:[ main ]
pull_request:
branches:[ main ]
permissions:
contents:read
pull-requests:write
jobs:
build:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-name:Setup .NET
uses:actions/setup-dotnet@v3
with:
dotnet-version:8.0.x
-name:Restore dependencies
run:dotnet restore
-name:Build
run:dotnet build --no-restore
-name:Test
run:dotnet test --no-build --verbosity normal

[8]ページ先頭

©2009-2025 Movatter.jp