We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f3a50 commit 8abe6c1Copy full SHA for 8abe6c1
.github/workflows/run_single_test.yml
@@ -6,7 +6,8 @@ on:
6
jobs:
7
run-pytest:
8
runs-on: ubuntu-latest
9
- matrix:
+ strategy:
10
+ matrix:
11
cloud-provider: [aws, azure, gcp]
12
steps:
13
- name: Checkout code
0 commit comments