Skip to content

Commit 6ad9c73

Browse files
authored
Update ci.yml
1 parent 19ba5e5 commit 6ad9c73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
# test code
5454
- run: npm run standard
5555
- run: npm run validate
56+
- name: Clean up test directories
57+
run: if [ -d test/resources/accounts/single-user ] then rm -rf test/resources/accounts/single-user
5658
- run: npm run c8
5759
# Test global install of the package
5860
- run: npm pack .

0 commit comments

Comments
 (0)