Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Mar 2, 2024
1 parent 1367cd2 commit 3d39af3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

code-style:
runs-on: ubuntu-latest
name: 'Check code style for Node.js v${{ matrix.node-version }}'
name: 'Code style @ Node v${{ matrix.node-version }}'
needs:
- yml-lint
- markdown-lint
Expand All @@ -52,7 +52,7 @@ jobs:

test-unit:
runs-on: ubuntu-latest
name: 'Check unit tests for Node.js v${{ matrix.node-version }}'
name: 'Unit tests @ Node v${{ matrix.node-version }}'
needs:
- yml-lint
- markdown-lint
Expand All @@ -79,7 +79,7 @@ jobs:

test-feature:
runs-on: ubuntu-latest
name: 'Check feature tests for Node.js v${{ matrix.node-version }}'
name: 'Feature tests @ Node v${{ matrix.node-version }}'
needs:
- yml-lint
- markdown-lint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"watch": "webpack --mode development --watch",
"build": "webpack --mode production",
"cs": "eslint . --ext .ts ./src ./test",
"cs": "eslint --ext .ts ./src ./test",
"cs:fix": "eslint --ext .ts ./src ./test --fix",
"test:unit": "jest ./test/Unit",
"test:feature": "jest ./test/Feature",
Expand Down

0 comments on commit 3d39af3

Please sign in to comment.