Skip to content

Commit

Permalink
update job names
Browse files Browse the repository at this point in the history
  • Loading branch information
krisl committed Sep 23, 2023
1 parent 422ac54 commit d06cc20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "master" ]

jobs:
build:
build-node:

runs-on: ubuntu-latest

Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:
- run: bun install
- run: bun test

finish:
needs: build
report-coverage:
needs: build-node
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d06cc20

Please sign in to comment.