Skip to content

Commit f3e0280

Browse files
committed
Update examples.yml
1 parent ead9958 commit f3e0280

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/examples.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
matrix:
8787
path:
88-
- patterns/navigation-layout
88+
- navigation-layout
8989
fail-fast: false
9090
steps:
9191
- uses: actions/checkout@v4
@@ -96,16 +96,16 @@ jobs:
9696

9797
- name: Install
9898
run: npm ci
99-
working-directory: templates/${{ matrix.path }}
99+
working-directory: patterns/${{ matrix.path }}
100100

101101
- name: Build
102102
run: npm run build
103-
working-directory: templates/${{ matrix.path }}
103+
working-directory: patterns/${{ matrix.path }}
104104

105105
- name: Test
106106
run: npm run test --if-present
107-
working-directory: templates/${{ matrix.path }}
107+
working-directory: patterns/${{ matrix.path }}
108108

109109
- name: ESLint
110110
run: npm run lint --if-present
111-
working-directory: templates/${{ matrix.path }}
111+
working-directory: patterns/${{ matrix.path }}

0 commit comments

Comments
 (0)