Skip to content

Commit 986fefb

Browse files
pkuchtattMichał Sieczkowski
andauthored
⚙️ Build and test packages in CI (#1194)
Co-authored-by: Michał Sieczkowski <[email protected]>
1 parent dc41baa commit 986fefb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
at: .
4949
- run: yarn build
5050
- run: yarn typecheck
51+
- run: yarn workspace @trusttoken-smart-contracts/contracts-por build
5152
- persist_to_workspace:
5253
root: .
5354
paths:
@@ -66,6 +67,13 @@ jobs:
6667
- attach_workspace:
6768
at: .
6869
- 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
6977
test-others:
7078
docker:
7179
- image: cimg/node:16.1.0
@@ -136,6 +144,9 @@ workflows:
136144
- slither:
137145
requires:
138146
- setup
147+
- test-package-contracts-por:
148+
requires:
149+
- build
139150
- test-truefi:
140151
requires:
141152
- build

0 commit comments

Comments
 (0)