Skip to content

Commit

Permalink
test: checking the project path
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanifajar15 committed Sep 27, 2024
1 parent 9e0a21a commit 8cb7007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: packages/smart-forms-renderer
sparse-checkout: |
packages
# path: .

- run: pwd
- run: ls -la
Expand Down

0 comments on commit 8cb7007

Please sign in to comment.