File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,18 @@ jobs:
1414 uses : actions/setup-node@v2.1.2
1515 with :
1616 node-version : 14.x
17-
18- - name : GitHub context (actor and head ref)
19- run : |
20- echo ${{ github.actor }}
21- echo ${{ github.head_ref }}
17+
18+ - name : Setup .NET Core
19+ uses : actions/setup-dotnet@v1.7.2
2220
2321 - name : Install NPM modules
2422 run : npm ci
2523 working-directory : ./tools
2624
25+ - name : Deployments Schema tests
26+ run : dotnet test deploymentsSchemaTests/deploymentsSchemaTests.csproj
27+ working-directory : ./tools
28+
2729 - name : Run CI tests
2830 run : npm test
2931 working-directory : ./tools
Original file line number Diff line number Diff line change 55 "author" : " Dan Schulte" ,
66 "license" : " MIT" ,
77 "scripts" : {
8- "deployments-schema-test" : " dotnet test deploymentsSchemaTests/deploymentsSchemaTests.csproj" ,
98 "test" : " mocha -r ts-node/register tests.ts" ,
109 "serve" : " ts-node server.ts"
1110 },
You can’t perform that action at this time.
0 commit comments