Update checks

pull/3071/head
zomars 2022-07-04 18:26:27 -06:00
parent be99035f49
commit e394cfdcd8
2 changed files with 9 additions and 18 deletions

View File

@ -4,15 +4,10 @@ on:
branches:
- main
# Embed e2e - tests verify booking flow which is applicable to non-embed case also. So, don't ignore apps/web changes.
paths-ignore:
- apps/api/**
- apps/console/**
- apps/docs/**
- apps/swagger/**
- apps/website/**
- apps/web/public/**
- tests/**
- playwright/**
paths:
- 'apps/web/**'
- '!apps/web/public/**'
- 'packages/embeds/**'
jobs:
e2e-embed:
timeout-minutes: 20

View File

@ -21,18 +21,14 @@ jobs:
interval: 20s
checks-yaml: |
- job: lint
paths:
- apps/**
- packages/**
- job: check-types
paths:
- apps/**
- packages/**
- '**.tsx?'
- job: e2e
paths:
- apps/**
- packages/**
- '!apps/web/public/static/locales/**'
- job: e2e-embed
paths:
- apps/**
- packages/**
- 'apps/web/**'
- '!apps/web/public/**'
- 'packages/embeds/**'