File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments