Skip to content

Commit

Permalink
ci: rename test job to unit test (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored Jul 7, 2024
1 parent 6a96bad commit c2cdbea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Ensure no pending changes
run: cd .ci && make ensure-no-pending-changes

test:
name: All tests
unit-test:
name: Unit tests
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

coverage:
name: Coverage
needs: [test, component-test]
needs: [unit-test, component-test]
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down

0 comments on commit c2cdbea

Please sign in to comment.