FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator/.github/workflows/samples-postman.yaml at master · fetis/openapi-generator · GitHub
fetis
/
openapi-generator
Public
forked from
OpenAPITools/openapi-generator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-postman.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
33 lines (32 loc) · 891 Bytes
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-postman.yaml
Copy path
File metadata and controls
33 lines (32 loc) · 891 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name
:
Samples Postman
on
:
pull_request
:
paths
:
-
samples/schema/postman-collection/python/**
-
samples/schema/postman-collection/postman.json
-
.github/workflows/samples-postman.yaml
jobs
:
build
:
name
:
Test Python client
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
sample
:
#
schema
-
samples/schema/postman-collection
python-version
:
-
"
3.12
"
steps
:
-
uses
:
actions/checkout@v5
-
uses
:
actions/setup-python@v6
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Install
working-directory
:
${{ matrix.sample }}
run
:
|
pip install -r python/requirements.txt
pip install -r python/test-requirements.txt
-
name
:
Test
working-directory
:
${{ matrix.sample }}
run
:
python -m pytest
Back
|
FazBrowse Home
|
New Git URL