@@ -17,27 +17,27 @@ jobs:
1717 run :
1818 working-directory : ./frontend
1919 steps :
20- - uses : actions/checkout@v5
21- - uses : pnpm/action-setup@v4
22- name : Install pnpm
23- with :
24- version : 10
25- run_install : false
26- - name : Install Node.js
27- uses : actions/setup-node@v6
28- with :
29- node-version : 22
30- cache : ' pnpm'
31- cache-dependency-path : ' frontend/pnpm-lock.yaml'
32- - name : Install dependencies
33- run : pnpm i
34- - name : Install Playwright Browsers
35- run : pnpm exec playwright install --with-deps
36- - name : Run Playwright tests
37- run : pnpm test
38- - uses : actions/upload-artifact@v6
39- if : ${{ !cancelled() }}
40- with :
41- name : playwright-report
42- path : playwright-report/
43- retention-days : 30
20+ - uses : actions/checkout@v5
21+ - uses : pnpm/action-setup@v4
22+ name : Install pnpm
23+ with :
24+ version : 10
25+ run_install : false
26+ - name : Install Node.js
27+ uses : actions/setup-node@v6
28+ with :
29+ node-version : 22
30+ cache : " pnpm"
31+ cache-dependency-path : " frontend/pnpm-lock.yaml"
32+ - name : Install dependencies
33+ run : pnpm i
34+ - name : Install Playwright Browsers
35+ run : pnpm exec playwright install --with-deps
36+ - name : Run Playwright tests
37+ run : pnpm test
38+ - uses : actions/upload-artifact@v6
39+ if : ${{ !cancelled() }}
40+ with :
41+ name : playwright-report
42+ path : playwright-report/
43+ retention-days : 30
0 commit comments