Skip to content

Commit 04babb3

Browse files
committed
c2
Signed-off-by: Mahmoud Shahrokni <seyedmahmoud.shahrokni@amadeus.com>
1 parent 12ff41e commit 04babb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: npx playwright install --with-deps
106106
working-directory: e2e
107107
- name: run e2e tests
108-
run: npm run test:ci --prefix e2e -- ./src/tests
108+
run: npm run test:ci --prefix e2e -- "src/tests/**"
109109

110110

111111
type-check:

0 commit comments

Comments
 (0)