Skip to content

Commit

Permalink
Update and rename tests.yml to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum authored Jan 14, 2022
1 parent 24fb4dc commit fc0b42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: CI
on: ['push', 'pull_request']
jobs:
test:
Expand All @@ -14,4 +14,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm test

0 comments on commit fc0b42a

Please sign in to comment.