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.
1 parent 58468a5 commit 64e64f7Copy full SHA for 64e64f7
1 file changed
.github/workflows/samples-powershell.yaml
@@ -9,7 +9,7 @@ on:
9
- samples/client/petstore/powershell/**
10
jobs:
11
build:
12
- runs-on: ubuntu-latest
+ runs-on: windows-latest
13
name: Test Powershell Clients
14
strategy:
15
matrix:
@@ -25,8 +25,9 @@ jobs:
25
SWAGGER_BASE_PATH: /v2
26
steps:
27
- uses: actions/checkout@v5
28
- - name: Run tests
+ - name: Build the client
29
working-directory: ${{ matrix.sample }}
30
shell: pwsh
31
run: |
32
- CIRunTest.ps1
+ Build.ps1
33
+
0 commit comments