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 1a855d1 commit 9a98700Copy full SHA for 9a98700
.github/workflows/test.yml
@@ -14,15 +14,15 @@ jobs:
14
strategy:
15
matrix:
16
include:
17
- - target: iosSimulatorArm64Test
+ - target: ':miuix:iosSimulatorArm64Test'
18
os: macos-latest
19
- - target: desktopTest
+ - target: ':miuix:desktopTest'
20
os: ubuntu-latest
21
- - target: assembleAndroidTest
+ - target: ':miuix:assembleAndroidTest'
22
23
- - target: testDebugUnitTest
+ - target: ':miuix:testDebugUnitTest'
24
25
- - target: testReleaseUnitTest
+ - target: ':miuix:testReleaseUnitTest'
26
27
runs-on: ${{ matrix.os }}
28
0 commit comments