Skip to content

Commit 31f40d8

Browse files
Use workspace path in test-folder
1 parent 1f3ab4f commit 31f40d8

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 --test-folder=${{ github.workspace }}/packages/regex-to-strings-testpack --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts
4141
working-directory: ${{ github.workspace }}/packages/regex-to-strings
4242

4343
- name: Upload test coverage report to Codecov

0 commit comments

Comments
 (0)