Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Jan 18, 2024
1 parent ba1bb53 commit 30207a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-checks-subdirectories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
# no tests inside example and WebExample
if: ${{ matrix.dir != 'example' && matrix.dir != 'WebExample' }}
working-directory: ${{ matrix.dir }}
run: npm run tests
run: npm run test

0 comments on commit 30207a4

Please sign in to comment.