Implement comprehensive test coverage for the Create Project API and related functions #34
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR | |
on: | |
pull_request: | |
branches: | |
- main | |
- staging | |
- development | |
# Workflow is triggered only if src changes | |
paths: | |
- src/** | |
# Allow manual trigger (workflow_dispatch) | |
workflow_dispatch: | |
jobs: | |
pytest: | |
uses: ./.github/workflows/r-pytest.yml | |
with: | |
image_tag: ci-${{ github.base_ref }} | |
frontend-tests: | |
uses: ./.github/workflows/r-frontend_tests.yml |