Skip to content

Commit daf9ec2

Browse files
dasdasd
1 parent 00288e3 commit daf9ec2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/temp.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
instrumentation-tests:
1515
name: Run Instrumentation Tests
1616
runs-on: ubuntu-latest
17-
strategy:
18-
api-level: [ 30 ]
19-
target: [default, google_apis]
17+
strategy:
18+
matrix:
19+
api-level: [ "30" ]
20+
target: [default, google_apis]
2021

2122
steps:
2223
# Checkout the code

0 commit comments

Comments
 (0)