Skip to content

Commit

Permalink
Add working directories
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Mar 13, 2024
1 parent abec3ee commit 570eaa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
with:
coverage-files: ./packages/design-to-code/coverage/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./packages/design-to-code/
update-comment: true

- name: Test design to code react package
Expand All @@ -87,6 +88,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/
update-comment: true

- name: Build docs site
Expand Down

0 comments on commit 570eaa3

Please sign in to comment.