Fix code quality issues: update Cypress tests to use custom commands, fix workflow files, update documentation
This commit is contained in:
5
.github/workflows/wordpress-tests.yml
vendored
5
.github/workflows/wordpress-tests.yml
vendored
@@ -32,10 +32,7 @@ jobs:
|
||||
npm ci --dry-run
|
||||
|
||||
- name: Lint JavaScript files
|
||||
run: |
|
||||
echo "Linting JavaScript files"
|
||||
# Add your linting command here when you have one
|
||||
# For example: npm run lint
|
||||
run: npm run lint:js
|
||||
|
||||
# Note about e2e tests
|
||||
- name: Note about e2e tests
|
||||
|
||||
Reference in New Issue
Block a user