Skip to content

Commit

Permalink
Add names to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Oct 6, 2021
1 parent a076d64 commit 2bb0f74
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
cache: 'npm'
- run: npm install

- run: npm run lint
- run: npm run test-node
- run: npm run test-browser
- name: Lint
run: npm run lint
- name: Test Node
run: npm run test-node
- name: Test browsers
run: npm run test-browser

0 comments on commit 2bb0f74

Please sign in to comment.