Skip to content

ACP 77 new commands #5268

ACP 77 new commands

ACP 77 new commands #5268

Triggered via pull request September 25, 2024 17:58
Status Failure
Total duration 13m 20s
Artifacts

lint-and-tests.yml

on: pull_request
Matrix: e2e tests
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 69 warnings
Lint: cmd/blockchaincmd/add_validator.go#L1
: # github.com/ava-labs/avalanche-cli/cmd/blockchaincmd [github.com/ava-labs/avalanche-cli/cmd/blockchaincmd.test]
Lint: cmd/blockchaincmd/publish_test.go#L418
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to app.Setup: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance) (typecheck)
Lint: pkg/prompts/capturetests/list_decision_test.go#L1
: # github.com/ava-labs/avalanche-cli/pkg/prompts/capturetests [github.com/ava-labs/avalanche-cli/pkg/prompts/capturetests.test]
Lint: pkg/prompts/capturetests/list_decision_test.go#L77
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to prompts.CaptureListDecision: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Lint: pkg/prompts/capturetests/list_decision_test.go#L90
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to prompts.CaptureListDecision: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Lint: pkg/prompts/capturetests/list_decision_test.go#L104
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to prompts.CaptureListDecision: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Lint: pkg/prompts/capturetests/list_decision_test.go#L117
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to prompts.CaptureListDecision: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Lint: pkg/prompts/capturetests/list_decision_test.go#L130
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to prompts.CaptureListDecision: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance) (typecheck)
Lint: pkg/vm/allowlist.go#L1
: # github.com/ava-labs/avalanche-cli/pkg/vm [github.com/ava-labs/avalanche-cli/pkg/vm.test]
Lint: pkg/vm/descriptor_test.go#L31
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in assignment: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Golang Unit Tests v1.21.7 (ubuntu-20.04): cmd/blockchaincmd/publish_test.go#L418
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to app.Setup: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Golang Unit Tests v1.21.7 (ubuntu-20.04): pkg/prompts/capturetests/list_decision_test.go#L77
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to prompts.CaptureListDecision: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Golang Unit Tests v1.21.7 (ubuntu-20.04): pkg/prompts/capturetests/list_decision_test.go#L90
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to prompts.CaptureListDecision: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Golang Unit Tests v1.21.7 (ubuntu-20.04): pkg/prompts/capturetests/list_decision_test.go#L104
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to prompts.CaptureListDecision: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Golang Unit Tests v1.21.7 (ubuntu-20.04): pkg/prompts/capturetests/list_decision_test.go#L117
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to prompts.CaptureListDecision: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Golang Unit Tests v1.21.7 (ubuntu-20.04): pkg/prompts/capturetests/list_decision_test.go#L130
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in argument to prompts.CaptureListDecision: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Golang Unit Tests v1.21.7 (ubuntu-20.04): pkg/vm/descriptor_test.go#L31
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in assignment: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Golang Unit Tests v1.21.7 (ubuntu-20.04): pkg/vm/descriptor_test.go#L44
cannot use mockPrompt (variable of type *mocks.Prompter) as prompts.Prompter value in assignment: *mocks.Prompter does not implement prompts.Prompter (missing method CaptureValidatorBalance)
Golang Unit Tests v1.21.7 (ubuntu-20.04)
Process completed with exit code 1.
Golang Unit Tests v1.21.7 (macos-13)
The job was canceled because "_1_21_7_ubuntu-20_04" failed.
Golang Unit Tests v1.21.7 (macos-13)
The operation was canceled.
e2e tests (\[Public Subnet\], ubuntu-latest)
Process completed with exit code 1.
e2e tests (\[Upgrade local network\], ubuntu-latest)
Process completed with exit code 1.
e2e tests (\[Upgrade local network\], macos-13)
Process completed with exit code 1.
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint: pkg/subnet/public.go#L117
unused-parameter: parameter 'balance' seems to be unused, consider removing or renaming it as _ (revive)
Lint: pkg/subnet/public.go#L118
unused-parameter: parameter 'signer' seems to be unused, consider removing or renaming it as _ (revive)
Lint: pkg/subnet/public.go#L119
unused-parameter: parameter 'changeOwner' seems to be unused, consider removing or renaming it as _ (revive)
Lint: pkg/subnet/public.go#L120
unused-parameter: parameter 'message' seems to be unused, consider removing or renaming it as _ (revive)
Lint: pkg/subnet/public.go#L581
unused-parameter: parameter 'subnetAuthKeys' seems to be unused, consider removing or renaming it as _ (revive)
Lint: pkg/subnet/public.go#L582
unused-parameter: parameter 'subnetID' seems to be unused, consider removing or renaming it as _ (revive)
Lint: pkg/subnet/public.go#L583
unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)
Lint: pkg/subnet/public.go#L584
unused-parameter: parameter 'address' seems to be unused, consider removing or renaming it as _ (revive)
Lint: pkg/subnet/public.go#L586
unused-parameter: parameter 'wallet' seems to be unused, consider removing or renaming it as _ (revive)
Lint: pkg/subnet/public.go#L116
unused-receiver: method receiver 'd' is not referenced in method's body, consider removing or renaming it as _ (revive)
e2e tests (\[Docker\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Docker\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
Golang Unit Tests v1.21.7 (ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Error handling\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Error handling\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Root\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Root\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Subnet\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Subnet\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[APM\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[APM\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Upgrade expect network failure\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Upgrade expect network failure\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Upgrade public network\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Upgrade public network\], ubuntu-latest)
Attempt 1 failed. Reason: Child_process exited with error code 1
e2e tests (\[Upgrade public network\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Key\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Key\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Subnet Compatibility\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Subnet Compatibility\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Network\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Network\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Public Subnet\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Public Subnet\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Error handling\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Error handling\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Upgrade expect network failure\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Upgrade expect network failure\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Node devnet\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Node devnet\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Package Management\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Package Management\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Upgrade public network\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Upgrade public network\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Node create\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Node create\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Subnet Compatibility\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Subnet Compatibility\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Subnet\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Subnet\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[APM\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[APM\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Upgrade local network\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Upgrade local network\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Local Subnet\], ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Local Subnet\], ubuntu-latest)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Root\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Root\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Local Subnet\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Local Subnet\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Package Management\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Package Management\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Network\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Network\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Key\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Key\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.
e2e tests (\[Upgrade local network\], macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, nick-fields/retry@v2, webfactory/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e tests (\[Upgrade local network\], macos-13)
No files were found with the provided path: ~/.avalanche-cli/ !~/.avalanche-cli/bin/ !~/.avalanche-cli/snapshots. No artifacts will be uploaded.