File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ jobs:
4949 with :
5050 node-version : ${{ matrix.node-version }}
5151 cache : ' npm'
52- cache-dependency-path : frontend /package-lock.json
52+ cache-dependency-path : front-end /package-lock.json
5353 - run : npm ci
54- working-directory : frontend
54+ working-directory : front-end
5555 - run : npm test
56- working-directory : frontend
56+ working-directory : front-end
5757
5858 test-api-windows :
5959 name : API Test (Windows)
@@ -87,14 +87,14 @@ jobs:
8787
8888 steps :
8989 - uses : actions/checkout@v4
90- - run : dir frontend \package-lock.json
90+ - run : dir front-end \package-lock.json
9191 - name : Set up Node.js ${{ matrix.node-version }}
9292 uses : actions/setup-node@v4
9393 with :
9494 node-version : ${{ matrix.node-version }}
9595 cache : ' npm'
96- cache-dependency-path : frontend /package-lock.json
96+ cache-dependency-path : front-end /package-lock.json
9797 - run : npm ci
98- working-directory : frontend
98+ working-directory : front-end
9999 - run : npm test
100- working-directory : frontend
100+ working-directory : front-end
You can’t perform that action at this time.
0 commit comments