Skip to content

Commit

Permalink
Tests start in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Oct 15, 2024
1 parent 81755aa commit 5aa3413
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ jobs:
# - releases
# - branch names ending with "-fulltest"
test-comprehensive:
# if: >-
# github.ref == 'refs/heads/main' ||
# startsWith(github.ref, 'refs/tags/v') ||
# endsWith(github.ref, '-fulltest')
# needs:
# - test-simple
# - test-docs
if: >-
github.ref == 'refs/heads/main' ||
startsWith(github.ref, 'refs/tags/v') ||
endsWith(github.ref, '-fulltest')
needs:
- test-simple
- test-docs
runs-on: ubuntu-latest
strategy:
# fail-fast=false works best for flaky tests with manual "retry failed".
Expand All @@ -130,10 +130,9 @@ jobs:
python-version: [
#"3.6", # Default on Ubuntu18.04 but openapi-generator fails
# "3.7", # Removed support as of 0.17
# TEMP
# "3.8",
# "3.9",
# "3.10",
"3.8",
"3.9",
"3.10",
"3.11",
"3.12",
]
Expand Down

0 comments on commit 5aa3413

Please sign in to comment.