Skip to content

Commit

Permalink
maint: Disambiguate test jobs (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Feb 20, 2024
1 parent 9550063 commit 9220fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Test
- synchronize
jobs:
npmCi:
name: test
name: CI Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand All @@ -21,7 +21,7 @@ jobs:
- run: npm ci
- run: npm test
typecheck:
name: test
name: Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down

0 comments on commit 9220fee

Please sign in to comment.