|
|
|
@ -26,7 +26,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: 16.x
|
|
|
|
node-version: 16.x
|
|
|
|
cache: npm
|
|
|
|
cache: npm
|
|
|
|
- run: npm ci
|
|
|
|
- run: npm ci --ignore-scripts
|
|
|
|
- run: npm run build
|
|
|
|
- run: npm run build
|
|
|
|
- run: npm run format-check
|
|
|
|
- run: npm run format-check
|
|
|
|
- run: npm test
|
|
|
|
- run: npm test
|
|
|
|
@ -50,9 +50,9 @@ jobs:
|
|
|
|
uses: ./
|
|
|
|
uses: ./
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
dotnet-version: |
|
|
|
|
dotnet-version: |
|
|
|
|
2.2.402
|
|
|
|
2.2.402
|
|
|
|
3.1.404
|
|
|
|
3.1.404
|
|
|
|
3.0.x
|
|
|
|
3.0.x
|
|
|
|
- name: Verify dotnet
|
|
|
|
- name: Verify dotnet
|
|
|
|
shell: pwsh
|
|
|
|
shell: pwsh
|
|
|
|
run: __tests__/verify-dotnet.ps1 2.2.402 3.1.404 '3.0'
|
|
|
|
run: __tests__/verify-dotnet.ps1 2.2.402 3.1.404 '3.0'
|
|
|
|
|