We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04b741 commit 8cba6aaCopy full SHA for 8cba6aa
.github/workflows/tests.yml
@@ -37,9 +37,8 @@ jobs:
37
- run: yarn run lint
38
- run: yarn run test
39
40
- - run: |
41
- cd packages/regex-to-strings
42
- npx testpack-cli --verbose --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts
+ - run: npx testpack-cli --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts
+ working-directory: $GITHUB_WORKSPACE/packages/regex-to-strings
43
44
- name: Upload test coverage report to Codecov
45
uses: codecov/codecov-action@v2.1.0
0 commit comments