Skip to content

Commit

Permalink
update names
Browse files Browse the repository at this point in the history
  • Loading branch information
kedashoe committed Nov 25, 2023
1 parent 9a9e860 commit 1b6cac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
name: Code Climate Coverage
name: Coverage
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Clean Install
run: npm ci

- name: Coverage
- name: Run Coverage
run: npm run coverage

build:
Expand Down

0 comments on commit 1b6cac8

Please sign in to comment.