Skip to content

Commit 858fa77

Browse files
committed
chore: fix compile task in unit tests
1 parent 8c9ec9a commit 858fa77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Install
149149
run: npm ci
150150
- name: Build
151-
run: npm run compile:ci
151+
run: npm run compile
152152
- name: Unit tests (Full)
153153
if: matrix.code-coverage
154154
run: npm run test
@@ -187,7 +187,7 @@ jobs:
187187
- name: Install
188188
run: npm ci
189189
- name: Build
190-
run: npm run compile:ci
190+
run: npm run compile
191191
- name: Unit tests
192192
run: npm run test:browser
193193
- name: Report Coverage

0 commit comments

Comments
 (0)