Skip to content

Commit

Permalink
chore: Add CI yarn test command
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored and ericof committed Feb 18, 2022
1 parent d241cbc commit f57da58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

# Unit tests
- name: Unit tests
run: yarn test
run: yarn test:ci
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"scripts": {
"start": "node ./src/server.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch --watchAll",
"test:ci": "node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand",
"prettier": "./node_modules/.bin/prettier --single-quote --check '**/*.{js,json}'",
"prettier:fix": "./node_modules/.bin/prettier --single-quote --write '**/*.{js,json}'",
"lint": "./node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.js'",
Expand Down

0 comments on commit f57da58

Please sign in to comment.