Skip to content

Commit

Permalink
Install dependencies befor running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock committed Feb 28, 2024
1 parent 6218ef6 commit c0b409f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[package.json]
[{package.json,*.yml}]
charset = utf-8
indent_style = space
indent_size = 2
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci --ignore-scripts

- name: Test
run: npm test

Expand Down

0 comments on commit c0b409f

Please sign in to comment.