Skip to content

Commit cd06c15

Browse files
Specify testpack test-folder argument
1 parent d34b65a commit cd06c15

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 --verbose --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts
40+
- run: npx testpack-cli --verbose --test-folder=../regex-to-strings-testpack --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)