Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update unit-tests.yml Added ability run manually
  • Loading branch information
SergeAgeyev authored Oct 1, 2025
commit e6cb00433649ca97e3985ec747849725078aa3d8
5 changes: 4 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Unit Tests

on:
workflow_dispatch:
# allow manual launch

pull_request:
# Only run workflow if a file in these paths is modified
paths:
Expand Down Expand Up @@ -51,4 +54,4 @@ jobs:
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: ${{ env.COVERAGE_DATA_PATH }}
# fail_ci_if_error: true
# fail_ci_if_error: true