Update workflow name and job for clarity in testing

Renamed the workflow to specify both unit and integration tests. Adjusted the job name to better reflect its purpose and ensured clear descriptions for inputs. These changes enhance readability and intent in the CI configuration.
This commit is contained in:
amithkoujalgi
2025-03-10 23:58:03 +05:30
parent 3c64f2099f
commit 57a962148b

View File

@@ -1,15 +1,15 @@
name: Run Tests
name: Run Unit and Integration Tests
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch name to run tests on'
description: 'Branch name to run the tests on'
required: true
default: 'main'
jobs:
build:
run-tests:
runs-on: ubuntu-latest
steps: