ci/test: add test suite and release label exclusions #3
Reference in New Issue
Block a user
Delete Branch "ci/tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR introduces a comprehensive test suite for
color-tooland improves the release workflow with label-based exclusions.🧪 Test Suite
PATH.notify-send: Captures notification payloads to verify urgency and content.wl-copy: Captures clipboard content.python3: Simulates the KDE color picker behavior.README.mdexplaining how to run the tests.🚀 CI Improvements
Kind/TestingorKind/Documentationlabels. If either is present, the automatic release and tag generation will be skipped on merge tomain.Usage
To run the tests locally:
Verified all 7 tests passing in the local environment and confirmed the workflow logic for label filtering.
test: add comprehensive bash test suiteto ci/test: add test suite and release label exclusions