Debugging why is not ignoring e2e test

This commit is contained in:
zomars 2022-07-04 19:22:21 -06:00
parent 29507557d6
commit 15bdcaff88

View File

@ -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"