Skip to content

Commit 856e4b3

Browse files
ci(github): remove build step from unit tests in test.yml
1 parent 871a4b3 commit 856e4b3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
- name: Install dependencies
2121
run: npm ci --prefer-offline
2222

23-
- name: Build package
24-
run: npm run build
25-
2623
- name: Run unit tests
2724
run: npm run test:ci
2825

0 commit comments

Comments
 (0)