Update run-tests.yml

This commit is contained in:
amithkoujalgi 2025-08-30 21:05:30 +05:30
parent c1f7fb78d9
commit 2070753c5e
No known key found for this signature in database
GPG Key ID: E29A37746AF94B70

View File

@ -1,15 +1,25 @@
name: Run Unit and Integration Tests
on:
# push:
# branches:
# - main
# push:
# branches:
# - main
workflow_call:
inputs:
branch:
description: 'Branch name to run the tests on'
required: true
default: 'main'
type: string
workflow_dispatch:
inputs:
branch:
description: 'Branch name to run the tests on'
required: true
default: 'main'
type: string
jobs:
run-tests: