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 8c9ec9a commit 858fa77Copy full SHA for 858fa77
.github/workflows/unit-test.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: Install
149
run: npm ci
150
- name: Build
151
- run: npm run compile:ci
+ run: npm run compile
152
- name: Unit tests (Full)
153
if: matrix.code-coverage
154
run: npm run test
@@ -187,7 +187,7 @@ jobs:
187
188
189
190
191
- name: Unit tests
192
run: npm run test:browser
193
- name: Report Coverage
0 commit comments