Skip to content

Commit 64e64f7

Browse files
committed
update
1 parent 58468a5 commit 64e64f7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/samples-powershell.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- samples/client/petstore/powershell/**
1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest
12+
runs-on: windows-latest
1313
name: Test Powershell Clients
1414
strategy:
1515
matrix:
@@ -25,8 +25,9 @@ jobs:
2525
SWAGGER_BASE_PATH: /v2
2626
steps:
2727
- uses: actions/checkout@v5
28-
- name: Run tests
28+
- name: Build the client
2929
working-directory: ${{ matrix.sample }}
3030
shell: pwsh
3131
run: |
32-
CIRunTest.ps1
32+
Build.ps1
33+

0 commit comments

Comments
 (0)