Skip to content

Commit 5450bdb

Browse files
committed
ci: use "npm run ci"
1 parent 3b40f2a commit 5450bdb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
${{ runner.OS }}-
2525
- name: Install dependencies
2626
run: npm ci
27-
- name: Test
28-
run: npm test
29-
- name: Build release SDK
30-
run: npm run build-minified
27+
- name: Lint, test and build release SDK
28+
run: npm run ci
3129
- name: Archive production artifacts
3230
uses: actions/upload-artifact@v2
3331
with:

0 commit comments

Comments
 (0)