Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Indicate that JS standards are also checked in this workflow.
  • Loading branch information
desrosj committed Oct 12, 2020
commit 6e546abc1a29ba36f37f193513a4311ab0f0a185
4 changes: 2 additions & 2 deletions .github/workflows/javascript-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: JavaScript Tests
name: JavaScript Standards & Tests

on: [push]

Expand All @@ -13,7 +13,7 @@ jobs:
# - Installs NPM 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches)
# - Logs updated debug information.
# _ Installs NPM dependencies.
# - Run the WordPress QUnit tests.
# - Run the WordPress JavaScript coding standards checks and QUnit tests.
# - todo: Configure Slack notifications for failing tests.
test-js:
name: QUnit Tests
Expand Down