We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a230255 commit df01f90Copy full SHA for df01f90
.github/workflows/pr.yml
@@ -17,11 +17,10 @@ jobs:
17
node-version: "22"
18
cache: "yarn"
19
20
- - name: "Coverage"
+ - name: "Run Test with Coverage"
21
run: |
22
yarn install
23
yarn build:frontend
24
- yarn test
25
yarn coverage
26
27
- name: "Upload Coverage"
@@ -50,13 +49,12 @@ jobs:
50
49
- name: "Build Frontend"
51
run: yarn build:frontend
52
53
- - name: "Test"
+ - name: "Lint"
54
55
yarn prettier -c .
56
yarn eslint .
57
58
59
- - name: "Run Coverage"
60
run: yarn coverage
61
62
0 commit comments