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 6e24dc9 commit 2a296b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- name: Move 'packages/smart-forms-renderer' to root
run: |
cp -r packages/smart-forms-renderer/{.,}* .
shopt -s dotglob
cp -r packages/smart-forms-renderer/* .
- run: rm -rf packages
- run: pwd
- run: ls -la
Expand Down

0 comments on commit 2a296b2

Please sign in to comment.