Skip to content

Commit

Permalink
fix(evm-service): remove test-framework to avoid circular dependencies (
Browse files Browse the repository at this point in the history
#754)

* Remove test framework dep

* Remove cache for builder
  • Loading branch information
sebastijankuzner authored Nov 5, 2024
1 parent 8082e68 commit 5fd0bf9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
with:
key: lerna-${{ runner.os }}-${{ github.run_id }}
path: ./.cache
restore-keys: lerna-${{ runner.os }}

- name: Install dependencies
run: pnpm install
Expand Down
1 change: 0 additions & 1 deletion packages/evm-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@mainsail/crypto-validation": "workspace:*",
"@mainsail/crypto-wif": "workspace:*",
"@mainsail/serializer": "workspace:*",
"@mainsail/test-framework": "workspace:*",
"@mainsail/transactions": "workspace:*",
"@mainsail/validation": "workspace:*",
"@types/tmp": "0.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-service/test/helpers/prepare-sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { ServiceProvider as CoreCryptoWif } from "@mainsail/crypto-wif";
import { ServiceProvider as CoreEvents } from "@mainsail/kernel/source/services/events";
import { ServiceProvider as CoreTriggers } from "@mainsail/kernel/source/services/triggers";
import { ServiceProvider as CoreSerializer } from "@mainsail/serializer";
import { Sandbox } from "@mainsail/test-framework";
import { Sandbox } from "../../../test-framework/source";
import { ServiceProvider as CoreTransactions } from "@mainsail/transactions";
import { ServiceProvider as CoreValidation } from "@mainsail/validation";
import { dirSync } from "tmp";
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fd0bf9

Please sign in to comment.