Skip to content

Commit 2bb0f74

Browse files
committedOct 6, 2021
Add names to steps
1 parent a076d64 commit 2bb0f74

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
 

‎.github/workflows/pr.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
cache: 'npm'
1616
- run: npm install
1717

18-
- run: npm run lint
19-
- run: npm run test-node
20-
- run: npm run test-browser
18+
- name: Lint
19+
run: npm run lint
20+
- name: Test Node
21+
run: npm run test-node
22+
- name: Test browsers
23+
run: npm run test-browser

0 commit comments

Comments
 (0)
Please sign in to comment.