We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025fbbb commit b430ed9Copy full SHA for b430ed9
.github/workflows/test.yaml
@@ -13,7 +13,7 @@ on:
13
type: choice
14
options:
15
- WARNING
16
- - DEBUG
+ - DEBUG
17
18
jobs:
19
test_production:
@@ -54,8 +54,8 @@ jobs:
54
strategy:
55
matrix:
56
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
57
- python-version: [3.7, 3.8, 3.9, '3.10']
58
- env:
+ python-version: [3.8, 3.9, '3.10']
+ env:
59
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
60
BW_USERNAME: ${{ secrets.BW_USERNAME }}
61
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
@@ -81,7 +81,7 @@ jobs:
81
uses: actions/checkout@v2
82
with:
83
ref: 'feature/openapi-generator-sdk'
84
-
+
85
- name: Set up Python
86
uses: actions/setup-python@v2
87
0 commit comments