Skip to content

Commit 8cba6aa

Browse files
Include GITHUB_WORKSPACE in working-directory
1 parent b04b741 commit 8cba6aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
- run: yarn run lint
3838
- run: yarn run test
3939

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
40+
- run: npx testpack-cli --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts
41+
working-directory: $GITHUB_WORKSPACE/packages/regex-to-strings
4342

4443
- name: Upload test coverage report to Codecov
4544
uses: codecov/codecov-action@v2.1.0

0 commit comments

Comments
 (0)