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 d6bddb0Copy full SHA for d6bddb0
.github/workflows/ci.yml
@@ -51,6 +51,8 @@ jobs:
51
node-version: ${{ matrix.node-version }}
52
- run: npm ci
53
# test code
54
+ - name: Clean up test directories
55
+ run: rm -rf test/resources/accounts/single-user
56
- run: npm run standard
57
- run: npm run validate
58
- run: npm run c8
0 commit comments