File tree Expand file tree Collapse file tree
samples/client/petstore/powershell Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Samples PowerShell
2+
3+ on :
4+ push :
5+ paths :
6+ - samples/client/petstore/powershell/**
7+ pull_request :
8+ paths :
9+ - samples/client/petstore/powershell/**
10+ jobs :
11+ build :
12+ runs-on : ubuntu-latest
13+ name : Test Powershell Clients
14+ strategy :
15+ matrix :
16+ sample :
17+ - samples/client/petstore/powershell/
18+ services :
19+ petstore-api :
20+ image : swaggerapi/petstore
21+ ports :
22+ - 80:8080
23+ env :
24+ SWAGGER_HOST : http://petstore.swagger.io
25+ SWAGGER_BASE_PATH : /v2
26+ steps :
27+ - uses : actions/checkout@v5
28+ - name : Run tests
29+ working-directory : ${{ matrix.sample }}
30+ shell : pwsh
31+ run : |
32+ CIRunTest.ps1
Original file line number Diff line number Diff line change 2121#docs/*.md
2222# Then explicitly reverse the ignore rule for a single file:
2323#!docs/README.md
24+ #
25+ #
26+ #
You can’t perform that action at this time.
0 commit comments