Skip to content

Fix up GitHub actions #46

Description

@ajtucker

There's a bit of redundancy in the GitHub actions as well as redundant events.

  1. Just use pull_request and remove push events, as otherwise actions are run twice in a PR.
  2. Consolidate the actions as far as possible as they all take the same steps.
  3. Use bundler-cache: true rather than bundle install.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions