Debugging why is not ignoring e2e test
parent
29507557d6
commit
15bdcaff88
|
@ -19,20 +19,20 @@ jobs:
|
|||
uses: blend/require-conditional-status-checks@2022.02.04
|
||||
with:
|
||||
interval: 20s
|
||||
checks-yaml: |
|
||||
checks-yaml:
|
||||
- job: lint
|
||||
paths:
|
||||
- '!**.md'
|
||||
- "!**.md"
|
||||
- job: check-types
|
||||
paths:
|
||||
- '**.tsx?'
|
||||
- "**.tsx?"
|
||||
- job: e2e
|
||||
paths:
|
||||
- '!apps/web/public/static/locales/**'
|
||||
- '!**.md'
|
||||
# - "!apps/web/public/static/locales/**"
|
||||
- "!**.md"
|
||||
- job: e2e-embed
|
||||
paths:
|
||||
- 'apps/web/**'
|
||||
- '!apps/web/public/**'
|
||||
- 'packages/embeds/**'
|
||||
- '!**.md'
|
||||
# - "apps/web/**"
|
||||
# - "!apps/web/public/**"
|
||||
# - "packages/embeds/**"
|
||||
- "!**.md"
|
||||
|
|
Loading…
Reference in New Issue