Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AsanaCreateActionItemAction #8

Merged
merged 22 commits into from
Sep 12, 2024

Update specs

8b72456
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add AsanaCreateActionItemAction #8

Update specs
8b72456
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report failed Sep 6, 2024 in 0s

62 tests run, 60 passed, 0 skipped, 2 failed.

Annotations

Check failure on line 17 in spec/asana_extract_task_assignee_action_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Report

./spec/asana_extract_task_assignee_action_spec.rb.Fastlane::Actions::AsanaExtractTaskAssigneeAction#run returns the assignee ID and sets GHA output when Asana task is assigned

#<Double (anonymous)> received unexpected message :[] with ("gid")
Raw output
Failure/Error: assignee_id = task.assignee["gid"]
  #<Double (anonymous)> received unexpected message :[] with ("gid")
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_extract_task_assignee_action.rb:25:in `run'
./spec/asana_extract_task_assignee_action_spec.rb:38:in `test_action'
./spec/asana_extract_task_assignee_action_spec.rb:17:in `block (3 levels) in <top (required)>'

Check failure on line 26 in spec/asana_extract_task_assignee_action_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Report

./spec/asana_extract_task_assignee_action_spec.rb.Fastlane::Actions::AsanaExtractTaskAssigneeAction#run returns nil when Asana task is not assigned

#<Double (anonymous)> received unexpected message :[] with ("gid")
Raw output
Failure/Error: assignee_id = task.assignee["gid"]
  #<Double (anonymous)> received unexpected message :[] with ("gid")
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_extract_task_assignee_action.rb:25:in `run'
./spec/asana_extract_task_assignee_action_spec.rb:38:in `test_action'
./spec/asana_extract_task_assignee_action_spec.rb:26:in `block (3 levels) in <top (required)>'