Skip to content

progress bar setup, api utils, and cancel button logic #23923

progress bar setup, api utils, and cancel button logic

progress bar setup, api utils, and cancel button logic #23923

Triggered via pull request December 3, 2024 21:46
Status Failure
Total duration 30m 12s
Billable time 6h 1m
Artifacts 1

workflow.yml

on: pull_request
caseflow_jest_job
6m 50s
caseflow_jest_job
caseflow_lint_job
9m 46s
caseflow_lint_job
Matrix: caseflow_rspec_job
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 67 warnings
caseflow_jest_job
Process completed with exit code 1.
caseflow_lint_job
Process completed with exit code 1.
caseflow_rspec_job (12, 3)
Process completed with exit code 2.
caseflow_rspec_job (12, 3)
Process completed with exit code 1.
caseflow_rspec_job (12, 7): spec/controllers/reader/documents_controller_spec.rb#L53
Reader::DocumentsController#index when API returns many documents efficiently queries and returns correct response Failure/Error: File.size(default_path) || 0 Errno::ENOENT: No such file or directory @ rb_file_s_size - /__w/caseflow/caseflow/tmp/pdfs/7936016
caseflow_rspec_job (12, 7)
Process completed with exit code 1.
caseflow_rspec_job (12, 6): spec/feature/reader/logs_spec.rb#L48
Reader Log Reader Metrics Feature Toggle pdf_page_render_time_in_ms Toggle On creates a Metric for pdf_page_render_time_in_ms Failure/Error: expect(page).to have_content("BOARD OF VETERANS' APPEALS") expected to find text "BOARD OF VETERANS' APPEALS" in "CaseflowQueue\n > Reader > Document Viewer\nSearch cases\nDSUSER (DSUSER)\nUnable to load documents\nIt looks like Caseflow was unable to load this case.\nPlease refresh the page and try again.\nSend feedback"
caseflow_rspec_job (12, 6): spec/feature/reader/logs_spec.rb#L77
Reader Log Reader Metrics Feature Toggle metrics_get_pdfjs_doc Toggle On Get Document Success creates a metric for getting PDF Failure/Error: expect(page).to have_content("BOARD OF VETERANS' APPEALS") expected to find text "BOARD OF VETERANS' APPEALS" in "CaseflowQueue\n > Reader > Document Viewer\nSearch cases\nDSUSER (DSUSER)\nUnable to load documents\nIt looks like Caseflow was unable to load this case.\nPlease refresh the page and try again.\nSend feedback"
caseflow_rspec_job (12, 6): spec/feature/reader/logs_spec.rb#L94
Reader Log Reader Metrics Feature Toggle metrics_get_pdfjs_doc Toggle On Get Document Error Internet Speed available create an error Metric including internet speed Failure/Error: expect(metric["metric_attributes"]["bandwidth"]).to end_with("Mbits/s") NoMethodError: undefined method `[]' for nil:NilClass
caseflow_rspec_job (12, 6)
Process completed with exit code 1.
caseflow_rspec_job (12, 8): spec/feature/intake/non_veteran_claimants_spec.rb#L43
Non-veteran claimants when intaking appeals with non_veteran_claimants allows selecting claimant not listed Failure/Error: expect(page).to have_content("Name not listed") expected to find text "Name not listed" in "CaseflowIntake\n | Merica, Ed (123412345)\nInbox\nSearch cases\nDSUSER (DSUSER)\n1. Select Form\n2. Search\n3. Review\n4. Add Issues\n5. Confirmation\nAdd Claimant\nYou are adding a claimant who is not listed in Caseflow. Please select the claimant’s relationship to the Veteran and add their information accordingly. If the claimant has indicated a representative, you can add their information in the next step.\nRelationship to the Veteran\nAttorney (previously or currently)\n\nClaimant's name\n option Mitchell Kub, selected.\nLoading...\n\nCancel intake\nBack\nContinue to next step\nSend feedback". (However, it was found 2 times including non-visible text.)
caseflow_rspec_job (12, 8): spec/feature/intake/non_veteran_claimants_spec.rb#L132
Non-veteran claimants when intaking appeals with non_veteran_claimants allows selecting claimant not listed goes to and add_power_of_attorney path Failure/Error: find("div", class: "cf-select__menu", text: "Name not listed") Capybara::ElementNotFound: Unable to find visible css "div" with text "Name not listed" with classes [cf-select__menu]
caseflow_rspec_job (12, 2): spec/feature/queue/ama_queue_spec.rb#L175
AmaQueue loads appellant detail view when appeals have tasks veteran is the appellant Failure/Error: expect(page).to have_content("Claims Folder") expected to find text "Claims Folder" in "CaseflowQueue\n > Reader\nSearch cases\nCSSID2867011 (VACO)\nUnable to load documents\nIt looks like Caseflow was unable to load this case.\nPlease refresh the page and try again.\nSend feedback". (However, it was found 1 time including non-visible text.)
caseflow_rspec_job (12, 8)
Process completed with exit code 1.
caseflow_rspec_job (12, 2)
Process completed with exit code 1.
caseflow_rspec_job (12, 11): spec/feature/hearings/hearing_worksheet/hearing_prep_spec.rb#L110
Hearing worksheet for Hearing Prep Can click from hearing worksheet to reader Failure/Error: expect(page).to have_content("You've viewed 0 out of 3 documents") expected to find text "You've viewed 0 out of 3 documents" in "CaseflowQueue\n > Reader\n | Switch product\nSearch cases\nDSUSER (DSUSER)\nUnable to load documents\nIt looks like Caseflow was unable to load this case.\nPlease refresh the page and try again.\nSend feedback"
caseflow_rspec_job (12, 11): spec/models/vacols/aoj_case_docket_spec.rb#L212
VACOLS::AojCaseDocket.age_of_oldest_priority_appeal returns the oldest priority appeal ready at date Failure/Error: expect(subject).to eq(aod_ready_case.bfdloout) expected: 2024-11-30 12:05:44.000000000 -0500 got: 2024-12-01 17:05:44.000000000 +0000 (compared using ==) Diff: @@ -1,2 +1,2 @@ -Sat, 30 Nov 2024 12:05:44.000000000 EST -05:00 +2024-12-01 17:05:44 UTC
caseflow_rspec_job (12, 11)
Process completed with exit code 1.
caseflow_rspec_job (12, 4): spec/jobs/delete_metrics_job_spec.rb#L57
DeleteMetricsJob#perform when metric_type options is included deletes metrics matching the query in batches Failure/Error: expect { job.perform }.to change { Metric.count }.by(-5) expected `Metric.count` to have changed by -5, but was changed by 0
caseflow_rspec_job (12, 4): spec/jobs/delete_metrics_job_spec.rb#L97
DeleteMetricsJob#get_metric_ids returns IDs of metrics matching the query Failure/Error: expect(job.send(:get_metric_ids)).to match_array(@four_month_old_metrics.map(&:id)) NoMethodError: undefined method `get_metric_ids' for #<DeleteMetricsJob:0x0000557c56e87ee8>
caseflow_rspec_job (12, 4): spec/jobs/delete_metrics_job_spec.rb#L102
DeleteMetricsJob#get_metric_ids returns an empty array if no metrics match the query Failure/Error: expect(job.send(:get_metric_ids)).to eq([]) NoMethodError: undefined method `get_metric_ids' for #<DeleteMetricsJob:0x0000557c56dd3998>
caseflow_rspec_job (12, 4): spec/jobs/delete_metrics_job_spec.rb#L109
DeleteMetricsJob#destroy_in_batches deletes records in batches of the specified size Failure/Error: expect { job.perform }.to change { Metric.count }.by(-1500) expected `Metric.count` to have changed by -1500, but was changed by 0
caseflow_rspec_job (12, 4): spec/feature/reader/reader_spec.rb#L418
Reader Short list of documents Open document in new tab Failure/Error: single_link = find_link(documents[0].type)[:href] Capybara::ElementNotFound: Unable to find link "BVA Decision"
caseflow_rspec_job (12, 4): spec/feature/reader/reader_spec.rb#L453
Reader Short list of documents Clicking outside pdf or next pdf removes annotation mode Failure/Error: expect(page).to have_content(Document.find(2).type) expected to find text "Form 9" in "CaseflowQueue\n > Reader > Document Viewer\nSearch cases\nDSUSER (DSUSER)\nUnable to load documents\nIt looks like Caseflow was unable to load this case.\nPlease refresh the page and try again.\nSend feedback"
caseflow_rspec_job (12, 4): spec/feature/reader/reader_spec.rb#L466
Reader Short list of documents Next and Previous buttons move between docs and update progress indicator Failure/Error: find("h3", text: "Document information").click Capybara::ElementNotFound: Unable to find css "h3"
caseflow_rspec_job (12, 4): spec/feature/reader/reader_spec.rb#L481
Reader Short list of documents Rotating documents Failure/Error: expect(get_computed_styles("#rotationDiv1", "transform")) .to eq "matrix(1, 0, 0, 1, 0, 0)" expected: "matrix(1, 0, 0, 1, 0, 0)" got: "query selector `#rotationDiv1` did not match any elements" (compared using ==)
caseflow_rspec_job (12, 4): spec/feature/reader/reader_spec.rb#L495
Reader Short list of documents Arrow keys to navigate through documents Failure/Error: find("[id=comments-header]").click if page.all("#comments-header.rc-collapse-item-active").empty? Capybara::ElementNotFound: Unable to find css "[id=comments-header]"
caseflow_rspec_job (12, 4): spec/feature/reader/reader_spec.rb#L529
Reader Short list of documents Add, edit, share, and delete comments Failure/Error: click_on documents[0].type Capybara::ElementNotFound: Unable to find link or button "BVA Decision"
caseflow_jest_job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
caseflow_jest_job
The process '/usr/bin/git' failed with exit code 128
caseflow_lint_job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
caseflow_lint_job
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 3)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 3)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 3)
No files were found with the provided path: ./tmp/examples-3.txt. No artifacts will be uploaded.
caseflow_rspec_job (12, 7)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 7)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 5)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 5)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 0): spec/feature/dispatch/establish_claim_spec.rb#L629
Establish Claim - ARC Dispatch As a caseworker For a full grant When there is an existing 070 EP Assigning it to complete the claims establishment Skipped: Test is hanging in GHA
caseflow_rspec_job (12, 0): spec/models/bgs_power_of_attorney_spec.rb#L42
BgsPowerOfAttorney record expirations by_file_number record is expired Skipped: Test is flaky
caseflow_rspec_job (12, 0): spec/models/bgs_power_of_attorney_spec.rb#L54
BgsPowerOfAttorney record expirations by_file_number record is not expired Skipped: Test is flaky
caseflow_rspec_job (12, 0): spec/models/bgs_power_of_attorney_spec.rb#L118
BgsPowerOfAttorney.find_or_create_by_claimant_participant_id when concurrent calls cause a race condition does not raise an error on unique constraint violation Skipped: Test is flaky
caseflow_rspec_job (12, 0): spec/models/bgs_power_of_attorney_spec.rb#L180
BgsPowerOfAttorney.find_or_create_by_file_number when concurrent calls cause a race condition does not raise an error on unique constraint violation Skipped: Test is flaky
caseflow_rspec_job (12, 0)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 0)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 1)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 1): spec/jobs/fetch_all_active_legacy_appeals_job_spec.rb#L88
FetchAllActiveLegacyAppealsJob#find_and_create_appeal_state_for_active_legacy_appeals when there are both OPEN & CLOSED Legacy Appeals in the database only OPEN Legacy Appeal records will be added to the Appeal States table Skipped: Flaky test
caseflow_rspec_job (12, 1): spec/models/validators/intake_start_validator_spec.rb#L24
IntakeStartValidator#validate when BGS shows a station conflict sets error_code "veteran_not_modifiable" when BGS shows a station conflict Skipped: Flaky test
caseflow_rspec_job (12, 1): spec/models/validators/intake_start_validator_spec.rb#L36
IntakeStartValidator#validate when BGS shows a station conflict for an Appeal intake user is on the BVA Intake team sets a veteran_not_modifiable error code Skipped: Flaky test
caseflow_rspec_job (12, 1)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 10)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 10)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 10): vendor/bundle/ruby/2.7.0/gems/rswag-specs-2.13.0/lib/rswag/specs/example_group_helpers.rb#L143
api/v2/appeals /api/v2/appeals get successful returns a 200 response Skipped: No reason given
caseflow_rspec_job (12, 10): spec/feature/queue/case_details_spec.rb#L680
Case details attorney case details view veteran records have been merged and Veteran has multiple active phone numbers in SHARE access the appeal's case details Skipped: This test fails in GHA but not locally
caseflow_rspec_job (12, 10): spec/feature/queue/case_details_spec.rb#L709
Case details when an appeal has some number of documents with reader role reader link appears on page and sends us to reader Skipped: Flaky test
caseflow_rspec_job (12, 10): spec/feature/queue/mail_task_spec.rb#L283
MailTasks Hearing Postponement Request Mail Task mark as complete ruling is granted schedule immediately AMA appeal unscheduled hearing sends proper notifications Skipped: test is failing in local env and github actions
caseflow_rspec_job (12, 10): spec/feature/queue/mail_task_spec.rb#L283
MailTasks Hearing Postponement Request Mail Task mark as complete ruling is granted schedule immediately AMA appeal scheduled hearing sends proper notifications Skipped: test is failing in local env and github actions
caseflow_rspec_job (12, 10): spec/feature/queue/mail_task_spec.rb#L283
MailTasks Hearing Postponement Request Mail Task mark as complete ruling is granted schedule immediately Legacy appeal unscheduled hearing sends proper notifications Skipped: test is failing in local env and github actions
caseflow_rspec_job (12, 10): spec/feature/queue/mail_task_spec.rb#L283
MailTasks Hearing Postponement Request Mail Task mark as complete ruling is granted schedule immediately Legacy appeal scheduled hearing sends proper notifications Skipped: test is failing in local env and github actions
caseflow_rspec_job (12, 9): spec/jobs/bgs_share_error_fix_job_spec.rb#L69
BgsShareErrorFixJob BGS::ShareError RIU when EPE has established_at date clears the BGS::ShareError on the RIU Skipped: flaky test
caseflow_rspec_job (12, 9): spec/jobs/bgs_share_error_fix_job_spec.rb#L75
BgsShareErrorFixJob BGS::ShareError RIU when EPE does not have established_at date does not clear the BGS::ShareError on the RIU Skipped: flaky test
caseflow_rspec_job (12, 9): spec/jobs/bgs_share_error_fix_job_spec.rb#L82
BgsShareErrorFixJob BGS::ShareError RIU when the RIU does not have the BGS::ShareError does not attempt to clear the error Skipped: flaky test
caseflow_rspec_job (12, 9)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 9)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 6): spec/feature/hearings/postpone_hearing_spec.rb#L128
Postpone hearing with schedule direct to video/virtual feature disabled for AMA appeals when rescheduling Skipped: This functionality is no longer in use.
caseflow_rspec_job (12, 6): spec/feature/hearings/postpone_hearing_spec.rb#L59
Postpone hearing with schedule direct to video/virtual feature disabled for AMA appeals behaves like an AMA appeal and schedule later with admin action Skipped: This functionality is no longer in use.
caseflow_rspec_job (12, 6): spec/feature/hearings/postpone_hearing_spec.rb#L75
Postpone hearing with schedule direct to video/virtual feature disabled for AMA appeals behaves like an AMA appeal and schedule later Skipped: This functionality is no longer in use.
caseflow_rspec_job (12, 6): spec/feature/hearings/postpone_hearing_spec.rb#L89
Postpone hearing with schedule direct to video/virtual feature disabled for AMA appeals behaves like an AMA appeal then change to held Skipped: This functionality is no longer in use.
caseflow_rspec_job (12, 6): spec/feature/hearings/postpone_hearing_spec.rb#L154
Postpone hearing with schedule direct to video/virtual feature disabled for a Legacy appeal when rescheduling on the same day Skipped: This functionality is no longer in use.
caseflow_rspec_job (12, 6)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 8)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 8): spec/jobs/push_priority_appeals_to_judges_job_spec.rb#L36
PushPriorityAppealsToJudgesJob.perform using Automatic Case Distribution module Skipped: Automatic Case Distribution is deprecated
caseflow_rspec_job (12, 8): spec/jobs/push_priority_appeals_to_judges_job_spec.rb#L359
PushPriorityAppealsToJudgesJob.distribute_genpop_priority_appeals using Automatic Case Distribution module should distribute ready priority appeals to the judges Skipped: Automatic Case Distribution is deprecated
caseflow_rspec_job (12, 2): spec/feature/reader/logs_controller_spec.rb#L37
Metrics::V2::LogsController pdf_page_render_time_in_ms Feature toggle enabled create a metric for pdf_page_render_time_in_ms Skipped: Temporarily disabled with xscenario
caseflow_rspec_job (12, 8): spec/jobs/push_priority_appeals_to_judges_job_spec.rb#L372
PushPriorityAppealsToJudgesJob.distribute_genpop_priority_appeals using Automatic Case Distribution module distributes cases to each judge based on their priority target Skipped: Automatic Case Distribution is deprecated
caseflow_rspec_job (12, 2): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L189
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues behaves like it_should_respond_with_legacy_present should respond with legacy_appeals_present Skipped: Flakey test
caseflow_rspec_job (12, 2): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L202
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues behaves like it_should_respond_with_associated_request_issues should respond with the associated request issues Skipped: Flakey test
caseflow_rspec_job (12, 8): spec/jobs/push_priority_appeals_to_judges_job_spec.rb#L385
PushPriorityAppealsToJudgesJob.distribute_genpop_priority_appeals using Automatic Case Distribution module where there is an ama-only judge only distributes ama cases to ama-only judge Skipped: Automatic Case Distribution is deprecated
caseflow_rspec_job (12, 2): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L242
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues behaves like it_should_respond_with_same_multiple_decision_issues_per_request_issue should respond with the same multiple decision issues per request issue Skipped: Flakey test
caseflow_rspec_job (12, 2): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L301
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_show_number_of_paginated_issues should only show number of request issues listed in the paginates_per value on first page Skipped: Flakey test
caseflow_rspec_job (12, 2): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L281
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_show_remaining_issues should only show remaining request issues on next page Skipped: Flakey test
caseflow_rspec_job (12, 2): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L261
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_show_page_1_when_page_0 should show page 1 when attempting to get page 0 Skipped: Flakey test
caseflow_rspec_job (12, 2): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L169
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_default_to_page_1 should default to page 1 Skipped: Flakey test
caseflow_rspec_job (12, 2): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L130
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_show_first_page_if_page_negatvie should show the first page if page is negative Skipped: Flakey test
caseflow_rspec_job (12, 2): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L150
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_show_last_page_if_page_larger_than_total should show last page if page larger than total Skipped: Flakey test
caseflow_rspec_job (12, 2)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 11): spec/models/vacols/aoj_case_docket_spec.rb#L355
VACOLS::AojCaseDocket.distribute_nonpriority_appeals when range is specified when the docket number is pre-y2k correctly orders the docket Skipped: flaky
caseflow_rspec_job (12, 11): spec/models/vacols/aoj_case_docket_spec.rb#L439
VACOLS::AojCaseDocket.distribute_nonpriority_appeals when a case is tied to a judge by a hearing on a prior appeal when bust backlog is specified when the judge's backlog is full only distributes the one case to get back down to 30 Skipped: flaky
caseflow_rspec_job (12, 11): spec/services/claim_change_history/claim_history_service_spec.rb#L961
ClaimHistoryService.build_events with filters days waiting filter equal to number of days should only return events for tasks that match the days waiting filter Skipped: Flakey test
caseflow_rspec_job (12, 11)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 4)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 4): spec/feature/hearings/daily_docket/ro_viewhearsched_spec.rb#L8
Hearing Schedule Daily Docket for RO ViewHearSched User cannot view docket notes Skipped: Flaky test
caseflow_rspec_job (12, 4): spec/controllers/api/events/v1/decision_review_updated_controller_spec.rb#L70
Api::Events::V1::DecisionReviewUpdatedController POST #decision_review_updated when event exists when update is successful returns a 200 status and success message Skipped: Temporarily skipped with xit
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
artifact
185 MB