Skip to content

Commit

Permalink
fix: wrong command for compat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
verytactical committed Jan 31, 2025
1 parent 87ca194 commit 54b61da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Test some specific things for backwards compatibility.
# It's important to restrain from using too much of Node.js 22+ features
# until it goes into maintenance LTS state and majority of users catches up
yarn jest -t 'isSubsetOf'
yarn test isSubsetOf
# Clean-up
yarn cleanall
yarn config delete ignore-engines
Expand Down

0 comments on commit 54b61da

Please sign in to comment.