Skip to content

Commit

Permalink
prettierx test: add CI test on Ubuntu / Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
brodybits committed Jun 14, 2021
1 parent d22e6d2 commit 7ccfc64
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/dev-test.yml
Expand Up @@ -24,12 +24,13 @@ jobs:
node:
- "12"
- "10"
# [prettierx] code coverage not enabled:
# include:
# # only enable coverage on the fastest job
# - os: "ubuntu-latest"
# node: "12"
# ENABLE_CODE_COVERAGE: true
# [prettierx ...]
include:
# [prettierx] code coverage not enabled (...)
- os: "ubuntu-latest"
node: "16"
# [prettierx] NOT ENABLED:
# ENABLE_CODE_COVERAGE: true
exclude:
- os: "macos-latest"
node: "13"
Expand Down

0 comments on commit 7ccfc64

Please sign in to comment.