workflows: run CLI e2e tests with same scope as Frontend CI

This commit is contained in:
Patrik Oldsberg
2020-08-13 09:27:54 +02:00
parent 5238813719
commit d5e4005ea4
+3 -7
View File
@@ -2,13 +2,9 @@ name: CLI Test
on:
pull_request:
paths:
- '.github/workflows/cli.yml'
- 'packages/cli/**'
- 'packages/create-app/**'
- 'packages/core/**'
- 'packages/core-api/**'
- 'yarn.lock'
paths-ignore:
- 'microsite/**'
jobs:
build: