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

Reusable CI workflow for GH actions #819

Merged
merged 1 commit into from
May 30, 2024
Merged

Conversation

zachgoll
Copy link
Collaborator

Small consolidation of duplicate workflows so we're running the same CI process for PRs and merges to main.


- name: System tests
run: DISABLE_PARALLELIZATION=true bin/rails test:system
continue-on-error: true # TODO: Eventually we'll enforce for PRs
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As explained in #817, the intention here is to allow for us to start running system tests during the CI process without enforcing them yet. We'll eventually remove this and require system tests once the app reaches a more stable point.

@zachgoll zachgoll merged commit ee162bb into main May 30, 2024
4 checks passed
@zachgoll zachgoll deleted the zachgoll/consolidate-gh-actions branch May 30, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant