You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Describe the bug
Today, I found that I am unable to download version 10.31.0 of MetaMask. To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/axonweb3/axon.git
cd axon/tests/e2e
git checkout 077023a678724eb9c2449365f4bf24038fa42863
yarn install
echo'\n'| yarn http-server
yarn test
Logs
Searching for MetaMask release
Error: Jest: Got error running globalSetup - /home/runner/work/axon/axon/tests/e2e/jest/setup.js, reason: "Version v10.31.0 (flask: false) not found!"
at runGlobalHook (/home/runner/work/axon/axon/tests/e2e/node_modules/@jest/core/build/runGlobalHook.js:117:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async runJest (/home/runner/work/axon/axon/tests/e2e/node_modules/@jest/core/build/runJest.js:327:5)
at async _run10000 (/home/runner/work/axon/axon/tests/e2e/node_modules/@jest/core/build/cli/index.js:344:7)
at async runCLI (/home/runner/work/axon/axon/tests/e2e/node_modules/@jest/core/build/cli/index.js:199:3)
at async Object.run (/home/runner/work/axon/axon/tests/e2e/node_modules/jest-cli/build/run.js:124:37)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
FAIL Attempt: 3/3; next in 61ms
Error: Error: Jest: Got error running globalSetup - /home/runner/work/axon/axon/tests/e2e/jest/setup.js, reason: "Version v10.31.0 (flask: false) not found!"
at runGlobalHook (/home/runner/work/axon/axon/tests/e2e/node_modules/@jest/core/build/runGlobalHook.js:117:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async runJest (/home/runner/work/axon/axon/tests/e2e/node_modules/@jest/core/build/runJest.js:327:5)
at async _run10000 (/home/runner/work/axon/axon/tests/e2e/node_modules/@jest/core/build/cli/index.js:344:7)
at async runCLI (/home/runner/work/axon/axon/tests/e2e/node_modules/@jest/core/build/cli/index.js:199:3)
at async Object.run (/home/runner/work/axon/axon/tests/e2e/node_modules/jest-cli/build/run.js:124:37)
error Command failed with exit code 1.
at file:///home/runner/work/axon/axon/tests/e2e/zx-zc08kxkkov.mjs:1:37
exit code: 1
Error: Process completed with exit code 1.
Additional context
I've noticed that the dappeteer version has not been updated for a long time (last update was in May 2023). Could this be related? Please help me check.
Describe the bug
Today, I found that I am unable to download version 10.31.0 of MetaMask.
To Reproduce
Steps to reproduce the behavior:
Logs
Additional context
I've noticed that the dappeteer version has not been updated for a long time (last update was in May 2023). Could this be related? Please help me check.