Skip to content

第5章の実装

第5章の実装 #3

Triggered via pull request October 13, 2023 13:56
@jiyuujinjiyuujin
synchronize #5
chapter5
Status Failure
Total duration 1m 25s
Billable time 2m
Artifacts

pr-review.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 4 warnings
Target of URI doesn't exist: 'package:tic_tac_toe_handson/provider/tic_tac_toe_provider.dart'.: test/place_mark_test.dart#L4
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Undefined class 'TicTacToeProvider'.: test/place_mark_test.dart#L7
Try changing the name to the name of an existing class, or creating a class with the name 'TicTacToeProvider'. See https://dart.dev/diagnostics/undefined_class to learn more about this problem.
Undefined name 'ticTacToeProvider'.: test/place_mark_test.dart#L11
Try correcting the name to one that is defined, or defining the name. See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
Target of URI doesn't exist: 'package:tic_tac_toe_handson/provider/tic_tac_toe_provider.dart'.: test/reset_board_test.dart#L4
Try creating the file referenced by the URI, or try using a URI for a file that does exist. See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
Undefined class 'TicTacToeProvider'.: test/reset_board_test.dart#L7
Try changing the name to the name of an existing class, or creating a class with the name 'TicTacToeProvider'. See https://dart.dev/diagnostics/undefined_class to learn more about this problem.
Undefined name 'ticTacToeProvider'.: test/reset_board_test.dart#L11
Try correcting the name to one that is defined, or defining the name. See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
analyze
Dart Analyzer detected problems, see the logs for more information.
analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/