Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-integ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ jobs:
run-tests:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: [
#"3.6", # Default on Ubuntu18.04 but openapi-generator fails
"3.7",
"3.8",
"3.9",
"3.10",
#"3.11", # Not passing tests. No useful error messages.
"3.11",
]
env:
# This is associated with the "sdk-integ-test" user, credentials on 1password
Expand Down