From 5aa3413486394f82b592fa49517a658a0dbca728 Mon Sep 17 00:00:00 2001 From: brandon Date: Tue, 15 Oct 2024 16:32:29 -0700 Subject: [PATCH] Tests start in previous commit --- .github/workflows/cicd.yaml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index d043517a..ba6c8122 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -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". @@ -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", ]