Skip to content

Commit d34b65a

Browse files
Debug testpack paths
1 parent 13c8005 commit d34b65a

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
@@ -37,7 +37,7 @@ jobs:
3737
- run: yarn run lint
3838
- run: yarn run test
3939

40-
- run: npx testpack-cli --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts
40+
- run: npx testpack-cli --verbose --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts
4141
working-directory: packages/regex-to-strings
4242

4343
- name: Upload test coverage report to Codecov

0 commit comments

Comments
 (0)