Skip to content

Commit e96a615

Browse files
Fix syntax for GitHub workspace
1 parent 8cba6aa commit e96a615

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: $GITHUB_WORKSPACE/packages/regex-to-strings
41+
working-directory: ${{ github.workspace }}/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)