File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 with :
3535 package_json_file : " frontend/package.json"
3636 dest : ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
37- cache : " pnpm"
38- cache-dependency-path : " frontend/pnpm-lock.yaml"
3937 - run : make lint-frontend
4038 shell : bash
4139 # Avoid running linters on Windows (False positives for CRLF sequence)
6866 with :
6967 package_json_file : " frontend/package.json"
7068 dest : ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
71- cache : " pnpm"
72- cache-dependency-path : " frontend/pnpm-lock.yaml"
7369 - run : make test-frontend
7470 shell : bash
7571 test-backend :
10197 with :
10298 package_json_file : " frontend/package.json"
10399 dest : ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
104- cache : " pnpm"
105- cache-dependency-path : " frontend/pnpm-lock.yaml"
106100 - run : make build-frontend
107101 shell : bash
108102
Original file line number Diff line number Diff line change @@ -101,8 +101,6 @@ jobs:
101101 with :
102102 package_json_file : " frontend/package.json"
103103 dest : ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
104- cache : " pnpm"
105- cache-dependency-path : " frontend/pnpm-lock.yaml"
106104
107105 # IMPORTANT: frontend should be built first, since it is required when creating the binary
108106 - name : Build Frontend
You can’t perform that action at this time.
0 commit comments