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 34e7334 commit 4f23938Copy full SHA for 4f23938
.github/workflows/pull-request.yml
@@ -27,9 +27,9 @@ jobs:
27
matrix:
28
os: [macos-latest, ubuntu-24.04]
29
testName:
30
- [cleanTestAndroidHostTest, macosArm64Test, iosSimulatorArm64Test]
+ [testAndroidHostTest, macosArm64Test, iosSimulatorArm64Test]
31
exclude:
32
- - testName: cleanTestAndroidHostTest
+ - testName: testAndroidHostTest
33
os: macos-latest
34
- testName: macosArm64Test
35
os: ubuntu-24.04
0 commit comments