Set path and enable workspaces
This commit is contained in:
parent
9449ae4314
commit
579c2b41d1
@ -18,6 +18,9 @@ jobs:
|
|||||||
unit_tests:
|
unit_tests:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
|
# Enable yarn workspaces
|
||||||
|
- run: yarn config set workspaces-experimental true
|
||||||
|
|
||||||
# Checkout code and ALL Git Tags
|
# Checkout code and ALL Git Tags
|
||||||
- checkout:
|
- checkout:
|
||||||
post:
|
post:
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
const path = require("path");
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
verbose: true,
|
verbose: true,
|
||||||
testMatch: ["<rootDir>/src/**/*.test.js"],
|
testMatch: ["<rootDir>/src/**/*.test.js"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user