Move configs in test folder

This commit is contained in:
Unmesh Gundecha
2024-07-06 12:42:47 +08:00
parent c13e5d2b49
commit a918989c15
6 changed files with 1090 additions and 562 deletions

View File

@@ -22,6 +22,6 @@ jobs:
node-version: '16.x'
- name: Run Checklist
shell: 'script -q -e -c "bash {0}"'
run: npm ci && npx eslint test/. && npm run test
shell: 'cd test && script -q -e -c "bash {0}"'
run: npm ci && npx eslint . && npm run test