Skip to content

Commit

Permalink
Fix tests.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jarda-svoboda committed Jul 12, 2023
1 parent bd2da50 commit 0c0eaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: npm run install
run: npm install

- run: npm run test
env:
Expand Down

0 comments on commit 0c0eaea

Please sign in to comment.