Skip to content

Commit cf76a2c

Browse files
Load all test dependencies in testpack
1 parent 04000e9 commit cf76a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: npm run lint
3636
- run: npm run build
3737
- run: npm run test
38-
- run: npx testpack-cli
38+
- run: npx testpack-cli --install jest-when regex-to-strings ts-jest
3939

4040
- name: Upload test coverage report to Codecov
4141
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)