Skip to content

Commit

Permalink
fix yaml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwang committed Aug 1, 2024
1 parent dca2e1e commit f9c6b72
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
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm install --build-from-source
run: npm ci

- name: Run Jest unit tests
- name: Run Mocha unit tests
run: npm run test

0 comments on commit f9c6b72

Please sign in to comment.