Merge pull request #2 from EvanK/1-ignored-increment-of-month-range #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run pattern tests | |
on: | |
# Triggers on push/pull only for the "main" branch | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
# Allows running workflow manually | |
workflow_dispatch: | |
jobs: | |
# single job | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run prepared test cases against current versioned pattern | |
run: perl test.pl |