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.
2 parents 51367f3 + 2bf146c commit 6595711Copy full SHA for 6595711
.github/workflows/main.yml
@@ -22,14 +22,14 @@ jobs:
22
run: npm ci
23
working-directory: ./tools
24
25
- - name: Deployments Schema tests
26
- run: dotnet test DeploymentsSchemaTests/DeploymentsSchemaTests.csproj
27
- working-directory: ./tools
28
-
29
- name: Run CI tests
30
run: npm test
31
32
+ - name: Deployments Schema tests
+ run: dotnet test DeploymentsSchemaTests/DeploymentsSchemaTests.csproj
+ working-directory: ./tools
+
33
automerge:
34
runs-on: ubuntu-latest
35
needs: build
0 commit comments