We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc41baa commit 986fefbCopy full SHA for 986fefb
.circleci/config.yml
@@ -48,6 +48,7 @@ jobs:
48
at: .
49
- run: yarn build
50
- run: yarn typecheck
51
+ - run: yarn workspace @trusttoken-smart-contracts/contracts-por build
52
- persist_to_workspace:
53
root: .
54
paths:
@@ -66,6 +67,13 @@ jobs:
66
67
- attach_workspace:
68
69
- run: yarn lint
70
+ test-package-contracts-por:
71
+ docker:
72
+ - image: cimg/node:16.1.0
73
+ steps:
74
+ - attach_workspace:
75
+ at: .
76
+ - run: yarn workspace @trusttoken-smart-contracts/contracts-por test
77
test-others:
78
docker:
79
- image: cimg/node:16.1.0
@@ -136,6 +144,9 @@ workflows:
136
144
- slither:
137
145
requires:
138
146
- setup
147
+ - test-package-contracts-por:
148
+ requires:
149
+ - build
139
150
- test-truefi:
140
151
141
152
- build
0 commit comments