Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ValchanOficial committed Jun 6, 2023
1 parent b969232 commit 0c2de81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm test
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
sonarcloud:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0c2de81

Please sign in to comment.