Skip to content

Commit 31f3a50

Browse files
add matrix
1 parent d048e4b commit 31f3a50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run_single_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
run-pytest:
88
runs-on: ubuntu-latest
9+
matrix:
10+
cloud-provider: [aws, azure, gcp]
911
steps:
1012
- name: Checkout code
1113
uses: actions/checkout@v4

0 commit comments

Comments
 (0)