Skip to content

Commit 13c8005

Browse files
fix testpack working-directory
Fix CI errors during testpack due to sub-directory confusion.
1 parent 1443ff1 commit 13c8005

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

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

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

0 commit comments

Comments
 (0)