Skip to content

Commit c27338d

Browse files
authored
Update and rename tests.yml to ci.yml
1 parent 60eb44b commit c27338d

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)