Skip to content

Commit

Permalink
Add types to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent c5e0178 commit 4c6669d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
./jest.config.js
./package.json
./package-lock.json
./packages/core/package.json
./packages/core/src/
./packages/bundle/package.json
./packages/bundle/src/
./packages/bundle/dist/
./packages/test/harness/
./packages/test/page-object/dist/
Expand Down Expand Up @@ -137,7 +133,7 @@ jobs:
--forceExit \
--logHeapUsage \
--runInBand \
--testPathPattern packages/
--testPathPattern packages/\|__tests__/types/
timeout-minutes: 10

- if: always()
Expand Down

0 comments on commit 4c6669d

Please sign in to comment.