Skip to content

Commit

Permalink
fixup! Validate types in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Jan 23, 2025
1 parent 462813c commit cf50662
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ jobs:
with:
node-version: '20'
cache: 'npm'
- run: npm ci
working-directory: ./stressor
- name: Test types
run: npm run test-types
working-directory: ./stressor

0 comments on commit cf50662

Please sign in to comment.