Skip to content

Commit c6f0cf6

Browse files
committed
actions step names
1 parent 1f0d0e1 commit c6f0cf6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
name: CI
99

1010
jobs:
11-
container-job:
11+
test:
1212
runs-on: ubuntu-latest
1313
container: node:22
1414
strategy:
@@ -48,8 +48,8 @@ jobs:
4848
flag-name: run-${{ join(matrix.*, '-') }}
4949
parallel: true
5050

51-
finish:
52-
needs: container-job
51+
coverage:
52+
needs: test
5353
if: ${{ always() }}
5454
runs-on: ubuntu-latest
5555
steps:

0 commit comments

Comments
 (0)