Skip to content

Commit

Permalink
fix(tests) typo in github event (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakef authored Nov 15, 2024
1 parent 18d421d commit 9b6a6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tests

on:
pull_requests:
pull_request:
push:
branches:
- main
Expand All @@ -18,6 +18,6 @@ jobs:
with:
node-version: 18
- name: Run unit tests
run: npm test
run: npm install && npm test


0 comments on commit 9b6a6af

Please sign in to comment.