Skip to content

Commit

Permalink
use new ens-test-env
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jan 16, 2025
1 parent c0be041 commit d0bcd8a
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 103 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Get contract addresses
run: 'parallel --lb --halt now,success=1,fail=1 ::: \
"pnpm tenv start -ng -ns -nb" \
"pnpm tenv start --no-graph --no-scripts --no-build" \
"pnpm wait-on ./.env.local"'

- run: pnpm test:coverage
Expand All @@ -47,7 +47,7 @@ jobs:

- name: Get contract addresses
run: 'parallel --lb --halt now,success=1,fail=1 ::: \
"pnpm tenv start -ng -ns -nb" \
"pnpm tenv start --no-graph --no-scripts --no-build" \
"pnpm wait-on ./.env.local"'

- name: Build stateless and export
Expand Down
Binary file added archive.tar.gz
Binary file not shown.
Binary file removed archive.tar.lz4
Binary file not shown.
2 changes: 1 addition & 1 deletion ens-test-env.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
},
{
command: `pnpm wait-on http://localhost:8788 && ${
process.env.CI ? `npx playwright test --project=stateless --shard=${process.env.PLAYWRIGHT_SHARD}/${process.env.PLAYWRIGHT_TOTAL}` : 'npx playwright'
process.env.CI ? `pnpm playwright test --project=stateless --shard=${process.env.PLAYWRIGHT_SHARD}/${process.env.PLAYWRIGHT_TOTAL}` : 'npx playwright'
}`,
name: 'playwright',
prefixColor: 'yellow.bold',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"buildandexport": "pnpm build && pnpm export",
"buildandstart:glocal": "pnpm build:glocal && pnpm start",
"tenv": "ens-test-env -a",
"denv": "pnpm tenv start -ns -nb --extra-time 12232000 --verbosity 1",
"denv": "pnpm tenv start --no-graph --no-build --extra-time 12232000 --verbosity 1",
"lint": "next lint && pnpm stylelint stylelint \"./src/**/*.tsx\"",
"lint:types": "tsc --noEmit",
"lint:fix": "next lint --fix",
Expand Down Expand Up @@ -107,7 +107,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^3.14.1",
"@ensdomains/buffer": "^0.1.1",
"@ensdomains/ens-test-env": "0.5.0-beta.2",
"@ensdomains/ens-test-env": "0.5.0-beta.5",
"@ensdomains/headless-web3-provider": "^1.0.8",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@next/bundle-analyzer": "^13.4.19",
Expand Down Expand Up @@ -179,7 +179,7 @@
"vite-plugin-magical-svg": "^1.3.0",
"vitest": "^2.0.5",
"vitest-canvas-mock": "^0.3.3",
"wait-on": "^6.0.1",
"wait-on": "^8.0.2",
"wrangler": "^3.26.0",
"ws": "^8.16.0",
"yalc": "^1.0.0-pre.53"
Expand Down
Loading

0 comments on commit d0bcd8a

Please sign in to comment.