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

Adds GitHub Actions Workflow to Run Tests on Push #41

Merged
merged 3 commits into from
Oct 6, 2023
Merged

Adds GitHub Actions Workflow to Run Tests on Push #41

merged 3 commits into from
Oct 6, 2023

Conversation

muhammadnawzad
Copy link
Contributor

@muhammadnawzad muhammadnawzad commented Oct 4, 2023

This GitHub Actions workflow is designed to automatically run tests when code changes are pushed. Please note that rubocop check is currently disabled until offenses are fixed by someone else.

Workflow Steps

  1. Checkout Code: This step checks out the latest code changes from the repository.
  2. Setup Ruby: Sets up Ruby for the project.
  3. Cache Dependencies: Caches dependencies like Ruby gems to optimize workflow execution.
  4. Install Dependencies: Installs project dependencies, such as Ruby gems.
  5. Run Tests: Executes the project's test suite to validate code changes.

Trigger Conditions

  • This workflow is triggered automatically on every push to the repository (Can be modified based on your needs).

@muhammadnawzad
Copy link
Contributor Author

Resolves #36

@Cliftonz Cliftonz merged commit ed97f8f into novuhq:main Oct 6, 2023
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.

3 participants