Skip to content

remove version

remove version #337

Triggered via push November 23, 2024 14:13
Status Failure
Total duration 28s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
./spec/ddg_apple_automation_helper_spec.rb.FastlaneCore::Helper::DdgAppleAutomationHelper.create_hotfix_branch .create_hotfix_branch creates a new hotfix branch in CI mode: spec/ddg_apple_automation_helper_spec.rb#L182
Fastlane::Actions received :sh with unexpected arguments expected: ("bundle", "install") got: ("git", "fetch", "--tags") Please stub a default value first if message might be received with other args as well.
./spec/start_new_release_action_spec.rb.Fastlane::Actions::StartNewReleaseAction#run on ios creates a release task in Asana: spec/start_new_release_action_spec.rb#L67
(FastlaneCore::Helper::AsanaHelper (class)).create_release_task("ios", "1.1.0", "user", "secret-token", {:is_hotfix=>false}) expected: 1 time with arguments: ("ios", "1.1.0", "user", "secret-token", {:is_hotfix=>false}) received: 0 times
./spec/start_new_release_action_spec.rb.Fastlane::Actions::StartNewReleaseAction#run on ios updates Asana tasks for internal release: spec/start_new_release_action_spec.rb#L72
(FastlaneCore::Helper::AsanaHelper (class)).update_asana_tasks_for_internal_release(hash_including(:platform=>"ios", :version=>"1.1.0", :release_branch_name=>"release_branch_name", :release_task_id=>"1234567890", :asana_access_token=>"secret-token")) expected: 1 time with arguments: (hash_including(:platform=>"ios", :version=>"1.1.0", :release_branch_name=>"release_branch_name", :release_task_id=>"1234567890", :asana_access_token=>"secret-token")) received: 0 times
./spec/start_new_release_action_spec.rb.Fastlane::Actions::StartNewReleaseAction#run on macos creates a release task in Asana: spec/start_new_release_action_spec.rb#L104
(FastlaneCore::Helper::AsanaHelper (class)).create_release_task("macos", "1.1.0", "user", "secret-token", {:is_hotfix=>false}) expected: 1 time with arguments: ("macos", "1.1.0", "user", "secret-token", {:is_hotfix=>false}) received: 0 times
./spec/start_new_release_action_spec.rb.Fastlane::Actions::StartNewReleaseAction#run on macos updates Asana tasks for internal release: spec/start_new_release_action_spec.rb#L109
(FastlaneCore::Helper::AsanaHelper (class)).update_asana_tasks_for_internal_release(hash_including(:platform=>"macos", :version=>"1.1.0", :release_branch_name=>"release_branch_name", :release_task_id=>"1234567890", :asana_access_token=>"secret-token")) expected: 1 time with arguments: (hash_including(:platform=>"macos", :version=>"1.1.0", :release_branch_name=>"release_branch_name", :release_task_id=>"1234567890", :asana_access_token=>"secret-token")) received: 0 times
./spec/start_new_release_action_spec.rb.Fastlane::Actions::StartNewReleaseAction#run on macos with hotfix release prepares the hotfix branch: spec/start_new_release_action_spec.rb#L143
#<FastlaneCore::Helper::DdgAppleAutomationHelper (class)> received :prepare_hotfix_branch with unexpected arguments expected: ("macos", "1.0.0", anything, hash_including(:asana_user_id=>"user")) got: ("github_token", "macos", #<Fastlane::OtherAction:0x00007f30561c0998 @runner=nil>, {:asana_access_token=>"secret-token", :asana_user_id=>"user", :github_handle=>"user", :github_token=>...github_token", :is_hotfix=>true, :platform=>"macos", :target_section_id=>"12345", :version=>"1.0.0"}) Diff: @@ -1,11 +1,21 @@ -["macos", "1.0.0", "anything", "hash_including(:asana_user_id=>\"user\")"] +["github_token", + "macos", + #<Fastlane::OtherAction:0x00007f30561c0998 @runner=nil>, + {:asana_access_token=>"secret-token", + :asana_user_id=>"user", + :github_handle=>"user", + :github_token=>"github_token", + :is_hotfix=>true, + :platform=>"macos", + :target_section_id=>"12345", + :version=>"1.0.0"}]
./spec/start_new_release_action_spec.rb.Fastlane::Actions::StartNewReleaseAction#run on macos with hotfix release creates a hotfix release task in Asana: spec/start_new_release_action_spec.rb#L149
(FastlaneCore::Helper::AsanaHelper (class)).create_release_task("macos", "1.0.1", "user", "secret-token", {:is_hotfix=>true}) expected: 1 time with arguments: ("macos", "1.0.1", "user", "secret-token", {:is_hotfix=>true}) received: 0 times
test
Process completed with exit code 1.