Merge pull request #2677 from tvanderpol/patch-1

Fix CI step label for tests
This commit is contained in:
hydroflame 2022-01-17 15:51:08 -05:00 committed by GitHub
commit 1b21ee7cd2
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