Skip to content

fix (projectDetails): dynamic grid-col removed due to issues, footerI… #93

fix (projectDetails): dynamic grid-col removed due to issues, footerI…

fix (projectDetails): dynamic grid-col removed due to issues, footerI… #93

Workflow file for this run

name: PR Tests
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 }}
secrets: inherit
frontend-tests:
uses: ./.github/workflows/r-frontend_tests.yml