Skip to content

Commit 477b4a2

Browse files
ci(github): run test:integration instead of build
1 parent 2659967 commit 477b4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: npm run lint
2020
- run: npm run lint:dts
2121
- run: npm run test:ci
22-
- run: npm run build
22+
- run: npm run test:integration
2323
- run: npm run benchmark
2424
- name: Coveralls
2525
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)