Skip to content

Commit 95824c3

Browse files
authored
NO-SNOW: Spread AST tests across CSPs (#2927)
1 parent 12de2e8 commit 95824c3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/precommit.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,23 @@ jobs:
458458
matrix:
459459
os: [ ubuntu-latest ]
460460
python-version: [ "3.9", "3.11", "3.12" ]
461-
cloud-provider: [ aws ]
461+
cloud-provider: [aws, gcp, azure]
462+
exclude:
463+
# Run 3.9 on aws
464+
- python-version: "3.11"
465+
cloud-provider: aws
466+
- python-version: "3.12"
467+
cloud-provider: aws
468+
# Run 3.11 on gcp
469+
- python-version: "3.9"
470+
cloud-provider: gcp
471+
- python-version: "3.12"
472+
cloud-provider: gcp
473+
# Run 3.12 on azure
474+
- python-version: "3.9"
475+
cloud-provider: azure
476+
- python-version: "3.11"
477+
cloud-provider: azure
462478
steps:
463479
- name: Checkout Code
464480
uses: actions/checkout@v4

0 commit comments

Comments
 (0)