Skip to content

Commit

Permalink
Assume directory path is relative
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Mar 13, 2024
1 parent 2a17884 commit 8d0161d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
coverage-files: ./packages/design-to-code/coverage/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./packages/design-to-code/src/
working-directory: ./src/
update-comment: true

- name: Test design to code react package
Expand All @@ -91,7 +91,7 @@ jobs:
with:
coverage-files: ./packages/design-to-code-react/coverage/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./packages/design-to-code-react/src/
working-directory: ./src/
update-comment: true

- name: Build docs site
Expand Down

0 comments on commit 8d0161d

Please sign in to comment.