This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #528 from keep-network/sthompson22/keep-test/fix-c…
…ircle-workflow testing keep-test Circle workflow There's a couple things we needed to address here. 1. When #485 was merged I failed to account for the job `setup_github_package_registry` being required in `migrate_contracts`. When we merged the linked PR npm auth on contract migrations from the utility-box started failing as a result. This was observed in both `keep-dev` and `keep-test` migrations. To address this we are now mounting the workspace that has `setup_github_package_registry` output to `migrate_contracts` and added a new job too remove the problematic `npm_modules` dir on scp to the utility-box. 2. Include git tag filters on the `compile_contracts` step. This one is a bit perplexing but the job chain doesn't get produced unless the filter is present. 3. Updated the `keep-tecdsa` package to `0.10.0-rc`, and updated `package-lock.json` via `npm i`.
- Loading branch information