mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-12 00:37:00 +00:00
ci(validation): add testing workflow
This commit is contained in:
6
.github/workflows/regex.yml
vendored
6
.github/workflows/regex.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Validate Regex Patterns
|
||||
name: Regular Expressions
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -26,6 +26,4 @@ jobs:
|
||||
run: pwsh scripts/validateAllPatterns.ps1
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
echo "TODO: Implement unit tests for all patterns"
|
||||
# TODO: Add test runner command here
|
||||
run: pwsh scripts/testPatterns.ps1
|
||||
|
||||
Reference in New Issue
Block a user