Skip to content

Commit

Permalink
fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Oct 2, 2023
1 parent 8037563 commit 3adf701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
node-version: '18.x'
- run: npm ci
- run: npm run build:test
- run: npm test -- --logHeapUsage -t "^((?\!page router).)*$"
- run: npm test -- --logHeapUsage -t "^((?!page router).)*$"
- run: npm test -- --logHeapUsage -t "^.*page router.*$"

0 comments on commit 3adf701

Please sign in to comment.