Skip to content

Merge pull request #808 from themarshallproject/dependabot/bundler/pu… #565

Merge pull request #808 from themarshallproject/dependabot/bundler/pu…

Merge pull request #808 from themarshallproject/dependabot/bundler/pu… #565

Triggered via push September 19, 2024 16:08
Status Success
Total duration 37s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: spec/controllers/slack_integrations_controller_spec.rb#L37
SlackIntegrationsController GET #index assigns all slack_integrations as @slack_integrations Skipped: Add a hash of attributes valid for your model
test: spec/controllers/slack_integrations_controller_spec.rb#L45
SlackIntegrationsController GET #show assigns the requested slack_integration as @slack_integration Skipped: Add a hash of attributes valid for your model
test: spec/controllers/slack_integrations_controller_spec.rb#L60
SlackIntegrationsController GET #edit assigns the requested slack_integration as @slack_integration Skipped: Add a hash of attributes valid for your model
test: spec/controllers/slack_integrations_controller_spec.rb#L69
SlackIntegrationsController POST #create with valid params creates a new SlackIntegration Skipped: Add a hash of attributes valid for your model
test: spec/controllers/slack_integrations_controller_spec.rb#L75
SlackIntegrationsController POST #create with valid params assigns a newly created slack_integration as @slack_integration Skipped: Add a hash of attributes valid for your model
test: spec/controllers/slack_integrations_controller_spec.rb#L81
SlackIntegrationsController POST #create with valid params redirects to the created slack_integration Skipped: Add a hash of attributes valid for your model
test: spec/controllers/slack_integrations_controller_spec.rb#L88
SlackIntegrationsController POST #create with invalid params assigns a newly created but unsaved slack_integration as @slack_integration Skipped: Add a hash of attributes invalid for your model
test: spec/controllers/slack_integrations_controller_spec.rb#L93
SlackIntegrationsController POST #create with invalid params re-renders the 'new' template Skipped: Add a hash of attributes invalid for your model
test: spec/controllers/slack_integrations_controller_spec.rb#L106
SlackIntegrationsController PUT #update with valid params updates the requested slack_integration Skipped: Add a hash of attributes valid for your model
test: spec/controllers/slack_integrations_controller_spec.rb#L113
SlackIntegrationsController PUT #update with valid params assigns the requested slack_integration as @slack_integration Skipped: Add a hash of attributes valid for your model