Skip to content

Commit

Permalink
fix: run npm install in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Jul 8, 2022
1 parent 1e82f7c commit b08736c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -31,6 +31,8 @@ jobs:
node-version: ${{ matrix.node_version }}
- name: "Install dependencies"
run: npm install
- name: "Install CLI package"
run: cd cli && npm install
- name: "Test sources"
run: npm run test:sources
- name: "Test types"
Expand Down

0 comments on commit b08736c

Please sign in to comment.