UMAprotocol / protocol

UMA Protocol Running on Ethereum
https://uma.xyz
GNU Affero General Public License v3.0
359 stars 174 forks source link

fix(ci): Adjust npx package concurreny #4727

Closed evaldofelipe closed 3 months ago

evaldofelipe commented 3 months ago

Motivation

We had some builds that not finished properly, because the docker image got inconsistent builds. The issue was a package when was installed as a dependency, they are sometimes not found by other package. To solve, we installed it on the environment.

Testing

Check a box to describe how you tested these changes and list the steps for reviewers to test.