Skip to content

Commit 82de5ff

Browse files
authored
chore: fix path for e2e tests (#2115)
1 parent 2c8511a commit 82de5ff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cypress-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- 'demos/canary/**/*.{js,jsx,ts,tsx}'
1010
- 'cypress/e2e/canary/**/*.{ts,js}'
11-
- 'src/**/*.{ts,js}'
11+
- 'packages/*/src/**/*.{ts,js}'
1212
jobs:
1313
cypress:
1414
name: Cypress

.github/workflows/cypress-demo-nx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- 'demos/nx-next-monorepo-demo/**/*.{js,jsx,ts,tsx}'
1010
- 'cypress/e2e/nx/**/*.{ts,js}'
11-
- 'src/**/*.{ts,js}'
11+
- 'packages/*/src/**/*.{ts,js}'
1212
jobs:
1313
cypress:
1414
name: Cypress

.github/workflows/cypress-demo-static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- 'demos/static-root/**/*.{js,jsx,ts,tsx}'
1010
- 'cypress/e2e/static/**/*.{ts,js}'
11-
- 'src/**/*.{ts,js}'
11+
- 'packages/*/src/**/*.{ts,js}'
1212
jobs:
1313
cypress:
1414
name: Cypress

.github/workflows/cypress-demo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- 'demos/default/**/*.{js,jsx,ts,tsx}'
1010
- 'cypress/e2e/default/**/*.{ts,js}'
11-
- 'src/**/*.{ts,js}'
11+
- 'packages/*/src/**/*.{ts,js}'
1212
jobs:
1313
cypress:
1414
name: Cypress

.github/workflows/cypress-middleware.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- 'demos/middleware/**/*.{js,jsx,ts,tsx}'
1010
- 'cypress/e2e/middleware/**/*.{ts,js}'
11-
- 'src/**/*.{ts,js}'
11+
- 'packages/*/src/**/*.{ts,js}'
1212
jobs:
1313
cypress:
1414
name: Cypress

0 commit comments

Comments
 (0)