discourse/.github/workflows
Alan Guo Xiang Tan 0252712008
DEV: Add --exclude-pattern to bin/turbo_rspec (#32390)
This commit adds a new `--exclude-pattern` CLI option which supports
excluding files using unix style pattern matching.

This is to simplify a couple of situations:

1. Running `bin/turbo_rspec plugin/spec` but we want to exclude all
   tests in the `plugin/spec/system` folder.

   Example: `bin/turbo_rspec --exclude-pattern="*spec/system*"
plugin/spec`

2. Running `bin/turbo_rspec plugin/*/spec/system` but we want to exclude
   tests for a particular plugin.

   Example: `bin/turbo_rspec --exclude-pattern="plugins/chat/*"
plugin/*/spec/system`
2025-04-22 11:34:48 +08:00
..
check-pr-body.yml DEV: Update dependabot commit-message splitting (#30721) 2025-01-10 20:58:50 +00:00
dependabot-pnpm-dedupe.yml DEV: Fix pnpm dedupe workflow branch matching (#31322) 2025-02-12 23:22:26 +01:00
labeler.yml DEV: Only enable our self hosted runners on the discourse/discourse repo (#29024) 2024-09-30 11:18:20 +08:00
licenses.yml DEV: Use github hosted runners for simple workflows (#30576) 2025-01-06 14:15:16 +08:00
linting.yml DEV: Check Gemfile.lock is up to date on CI 2025-03-04 16:29:50 +01:00
migration-tests.yml REFACTOR: Code generator for migrations IntemerdiateDB 2025-04-07 17:22:36 +02:00
release-notes.yml DEV: Use github hosted runners for simple workflows (#30576) 2025-01-06 14:15:16 +08:00
stale-pr-closer.yml DEV: Use github hosted runners for simple workflows (#30576) 2025-01-06 14:15:16 +08:00
tests.yml DEV: Add --exclude-pattern to bin/turbo_rspec (#32390) 2025-04-22 11:34:48 +08:00