We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ba5e5 commit 6ad9c73Copy full SHA for 6ad9c73
.github/workflows/ci.yml
@@ -53,6 +53,8 @@ jobs:
53
# test code
54
- run: npm run standard
55
- 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
58
- run: npm run c8
59
# Test global install of the package
60
- run: npm pack .
0 commit comments