Skip to content

Commit

Permalink
update(ci): rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
elaichenkov authored Aug 9, 2021
1 parent 563c997 commit 9e664fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: tests

on:
push:
Expand All @@ -19,4 +19,4 @@ jobs:
node-version: '14'
cache: 'npm'
- run: npm ci
- run: npm test
- run: npm test

0 comments on commit 9e664fa

Please sign in to comment.