Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 541d14d

Browse files
committed
Prefix Node.js test step with unit
1 parent 969a255 commit 541d14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on: push
22
name: "CI"
33
jobs:
44
integrations:
5-
name: "Test / Node.js Code"
5+
name: "Test / Unit / Node.js Code"
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@master

0 commit comments

Comments
 (0)