Skip to content

Commit

Permalink
chore: unify build step names in lint and test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir committed Jan 11, 2025
1 parent 18ecb89 commit dbe333a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
- name: Set up node_modules
run: npm ci

- name: Build
run: npm run build --if-present

- name: Lint
run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up node_modules
run: npm ci

- name: Build test
- name: Build
run: npm run build --if-present

- name: Test and test coverage
Expand Down

0 comments on commit dbe333a

Please sign in to comment.