Skip to content

Commit 3b2b6e5

Browse files
committed
Rename CI job and add docco
1 parent 2d0393a commit 3b2b6e5

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/dotnetCi.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,22 @@ on:
88

99
jobs:
1010

11-
buildAndRunBasicTests:
11+
# Summary:
12+
#
13+
# * Installs and configures the environment
14+
# * Builds the solution with SonarScanner analysis
15+
# * In Debug configuration
16+
# * For just one TFM (typically the latest LTS .NET release)
17+
# * Runs all .NET and JS tests
18+
# * In Debug configuration (.NET tests)
19+
# * Producing code coverage reports, consumed by SonarScanner
20+
# * For just one TFM (typically the latest LTS .NET release)
21+
# * WebDriver-based tests use a locally-running Chrome browser ONLY
22+
# * Packages test results as build artifacts
23+
# * Builds & packs the solution in Release configuration
24+
# * Uploads the Release config packages as build artifacts
25+
26+
build_test_and_pack:
1227
runs-on: ubuntu-slim
1328

1429
env:

0 commit comments

Comments
 (0)