FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator/.github/workflows/samples-python-server.yaml at master · joeka/openapi-generator · GitHub
joeka
/
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-python-server.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
27 lines (26 loc) · 634 Bytes
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-python-server.yaml
Copy path
File metadata and controls
27 lines (26 loc) · 634 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
name
:
Python Server
on
:
push
:
paths
:
-
samples/server/petstore/python-aiohttp-srclayout/**
pull_request
:
paths
:
-
samples/server/petstore/python-aiohttp-srclayout/**
jobs
:
build
:
name
:
Test Python server
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
sample
:
#
servers
-
samples/server/petstore/python-aiohttp-srclayout/
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-python@v5
with
:
python-version
:
'
3.7
'
-
name
:
Test
working-directory
:
${{ matrix.sample }}
run
:
make test-all
Back
|
FazBrowse Home
|
New Git URL