Skip to content

Commit 9a98700

Browse files
committed
build(ci): Fix test build failed
1 parent 1a855d1 commit 9a98700

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- target: iosSimulatorArm64Test
17+
- target: ':miuix:iosSimulatorArm64Test'
1818
os: macos-latest
19-
- target: desktopTest
19+
- target: ':miuix:desktopTest'
2020
os: ubuntu-latest
21-
- target: assembleAndroidTest
21+
- target: ':miuix:assembleAndroidTest'
2222
os: ubuntu-latest
23-
- target: testDebugUnitTest
23+
- target: ':miuix:testDebugUnitTest'
2424
os: ubuntu-latest
25-
- target: testReleaseUnitTest
25+
- target: ':miuix:testReleaseUnitTest'
2626
os: ubuntu-latest
2727
runs-on: ${{ matrix.os }}
2828

0 commit comments

Comments
 (0)