Skip to content

Commit d6bddb0

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

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
@@ -51,6 +51,8 @@ jobs:
5151
node-version: ${{ matrix.node-version }}
5252
- run: npm ci
5353
# test code
54+
- name: Clean up test directories
55+
run: rm -rf test/resources/accounts/single-user
5456
- run: npm run standard
5557
- run: npm run validate
5658
- run: npm run c8

0 commit comments

Comments
 (0)