Fix CI step label for tests

This commit is contained in:
Thomas van der Pol 2022-01-17 17:28:26 +10:00 committed by GitHub
parent 8b69fd7faa
commit e86f1d755f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,5 +51,5 @@ jobs:
cache: 'npm'
- name: Install npm dependencies
run: npm ci
- name: Run linter
- name: Run tests
run: npm run test