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