Skip to content

Commit 8abe6c1

Browse files
fix
1 parent 31f3a50 commit 8abe6c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_single_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
jobs:
77
run-pytest:
88
runs-on: ubuntu-latest
9-
matrix:
9+
strategy:
10+
matrix:
1011
cloud-provider: [aws, azure, gcp]
1112
steps:
1213
- name: Checkout code

0 commit comments

Comments
 (0)