novuhq / novu-kotlin

Kotlin SDK for Novu - The open-source notification infrastructure for engineers. 🚀
MIT License
19 stars 8 forks source link

Setup GitHub Workflow for Running Unit Tests #49

Closed darktang3nt69 closed 9 months ago

darktang3nt69 commented 9 months ago

This GitHub Actions workflow is designed to execute tests automatically when code changes are pushed to the repository.

Workflow Steps

  1. Checkout Code: This step checks out latest code from the repository.
  2. Install Dependencies and Run Unit Tests: In this step, the build directory is cleaned, dependencies are installed, and unit tests are executed.

Trigger Conditions This workflow is triggered automatically on every 'push' and 'pull_request' to the 'main' branch.

darktang3nt69 commented 9 months ago

This resolves #25

darktang3nt69 commented 9 months ago

Hi @Cliftonz , Could you please review this PR?