Skip to content

Commit ba22caf

Browse files
committed
ci: name the task
1 parent 224ed38 commit ba22caf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- uses: actions/setup-node@v1
2020
with:
2121
node-version: ${{ matrix.node-version }}
22-
- run: |
22+
- name: Build and Test
23+
run: |
2324
npm install
2425
npm run build
2526
npm run test

0 commit comments

Comments
 (0)