forked from loafle/openapi-generator-original
[Python] Fix mustache tag syntax in github worklow (#20701)
This commit is contained in:
parent
13111077d4
commit
0ff8c46595
@ -29,4 +29,4 @@ jobs:
|
||||
pip install -r test-requirements.txt
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pytest --cov={{packageName}}
|
||||
pytest --cov=<%packageName%>
|
||||
|
@ -28,4 +28,4 @@ jobs:
|
||||
pip install -r test-requirements.txt
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pytest --cov={{packageName}}
|
||||
pytest --cov=openapi_client
|
||||
|
@ -28,4 +28,4 @@ jobs:
|
||||
pip install -r test-requirements.txt
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pytest --cov={{packageName}}
|
||||
pytest --cov=openapi_client
|
||||
|
@ -28,4 +28,4 @@ jobs:
|
||||
pip install -r test-requirements.txt
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pytest --cov={{packageName}}
|
||||
pytest --cov=petstore_api
|
||||
|
@ -28,4 +28,4 @@ jobs:
|
||||
pip install -r test-requirements.txt
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pytest --cov={{packageName}}
|
||||
pytest --cov=petstore_api
|
||||
|
Loading…
x
Reference in New Issue
Block a user