We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cfd63 commit cdca4d4Copy full SHA for cdca4d4
.github/workflows/ci.yml
@@ -11,4 +11,6 @@ jobs:
11
- uses: actions/setup-dotnet@v3
12
with:
13
dotnet-version: '6.0.x'
14
- - run: cd ServerCodeExciserTest | dotnet run ServerCodeExciserTest.csproj
+ - name: Run tests
15
+ run: dotnet run ServerCodeExciserTest.csproj
16
+ working-directory: ./ServerCodeExciserTest
0 commit comments