File tree Expand file tree Collapse file tree
integration-tests/main-cases Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 name : build
7676
7777 - name : Test (Service Client)
78- uses : azure/powershell@v2
79- with :
80- inlineScript : ./integration-tests/main-cases/service-client.ps1
81- azPSVersion : " latest"
78+ shell : pwsh
79+ run : ./integration-tests/main-cases/service-client.ps1
8280 env :
8381 ITP_API_URL : ${{ vars.ITP_API_URL }}
8482 ITP_ISSUER_URL : ${{ vars.ITP_ISSUER_URL }}
@@ -110,10 +108,8 @@ jobs:
110108 name : build
111109
112110 - name : Test (Native Client)
113- uses : azure/powershell@v2
114- with :
115- inlineScript : ./integration-tests/main-cases/service-client.ps1
116- azPSVersion : " latest"
111+ shell : pwsh
112+ run : ./integration-tests/main-cases/native-client.ps1
117113 env :
118114 ITP_API_URL : ${{ vars.ITP_API_URL }}
119115 ITP_ISSUER_URL : ${{ vars.ITP_ISSUER_URL }}
Original file line number Diff line number Diff line change 11Set-Location " $PSScriptRoot /../.."
22
3- Get-Location
4-
53./ node_modules/ .bin/ mocha.ps1 -- forbid- only integration- tests/ main- cases/ native- client- serial.test.ts
64
75./ node_modules/ .bin/ mocha.ps1 -- forbid- only -- parallel integration- tests/ main- cases/ native- client- parallel/* .test.ts
Original file line number Diff line number Diff line change 11Set-Location " $PSScriptRoot /../.."
22
3- Get-Location
4-
53./ node_modules/ .bin/ mocha.ps1 -- forbid- only integration- tests/ main- cases/ service- client- serial.test.ts
64
75./ node_modules/ .bin/ mocha.ps1 -- forbid- only -- parallel integration- tests/ main- cases/ service- client- parallel/* .test.ts
You can’t perform that action at this time.
0 commit comments