File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
42
42
if : steps.cache-node-modules.outputs.cache-hit == 'true'
43
43
run : |
44
44
npm run build -w packages/commons
45
- npm run build -w packages/logger & npm run build -w packages/tracer & npm run build -w packages/metrics
45
+ npm run build -w packages/logger & npm run build -w packages/tracer & npm run build -w packages/metrics -w packages/parameters
46
46
- name : Run linting
47
- run : npm run lint -w packages/commons -w packages/logger -w packages/tracer -w packages/metrics
47
+ run : npm run lint -w packages/commons -w packages/logger -w packages/tracer -w packages/metrics -w packages/parameters
48
48
- name : Run unit tests
49
- run : npm t -w packages/commons -w packages/logger -w packages/tracer -w packages/metrics
49
+ run : npm t -w packages/commons -w packages/logger -w packages/tracer -w packages/metrics -w packages/parameters
50
50
check-examples :
51
51
runs-on : ubuntu-latest
52
52
env :
You can’t perform that action at this time.
0 commit comments