File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 with :
3939 node-version : 24
4040 cache : npm
41- cache-dependency-path : src/BikeTracking.Frontend/ package-lock.json
41+ cache-dependency-path : package-lock.json
4242
4343 - name : Restore .NET dependencies
4444 run : dotnet restore BikeTracking.slnx
@@ -47,27 +47,27 @@ jobs:
4747 run : dotnet test BikeTracking.slnx --configuration Release --no-restore --verbosity minimal
4848
4949 - name : Install frontend dependencies
50- working-directory : BikeTracking.Frontend
50+ working-directory : src/ BikeTracking.Frontend
5151 run : npm ci
5252
5353 - name : Install Playwright browser and system dependencies
54- working-directory : BikeTracking.Frontend
54+ working-directory : src/ BikeTracking.Frontend
5555 run : npx playwright install --with-deps chromium
5656
5757 - name : Frontend lint
58- working-directory : BikeTracking.Frontend
58+ working-directory : src/ BikeTracking.Frontend
5959 run : npm run lint
6060
6161 - name : Frontend build
62- working-directory : BikeTracking.Frontend
62+ working-directory : src/ BikeTracking.Frontend
6363 run : npm run build
6464
6565 - name : Frontend unit tests
66- working-directory : BikeTracking.Frontend
66+ working-directory : src/ BikeTracking.Frontend
6767 run : npm run test:unit
6868
6969 - name : Frontend end-to-end tests
70- working-directory : BikeTracking.Frontend
70+ working-directory : src/ BikeTracking.Frontend
7171 run : npm run test:e2e
7272
7373 - name : Upload Playwright artifacts on failure
You can’t perform that action at this time.
0 commit comments