Skip to content

Commit cee1de7

Browse files
authoredJan 14, 2022
Update and rename tests.yml to ci.yml
1 parent da234bc commit cee1de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/tests.yml renamed to ‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: CI
22
on: ['push', 'pull_request']
33
jobs:
44
test:
@@ -14,4 +14,4 @@ jobs:
1414
with:
1515
node-version: ${{ matrix.node-version }}
1616
- run: npm install
17-
- run: npm test
17+
- run: npm test

0 commit comments

Comments
 (0)
Please sign in to comment.