jquery/.github
Michał Gołębiowski-Owczarek 1ad66aeb6d
Build: Run pretest before test:* npm scripts
Build was already happening in scripts like `test:browser` but those scripts
were missing `pretest`, meaning that running `npm install && npm test:browser`
may have failed if `pretest` wasn't run before or if its results were out of
date.

Even worse, with such stale data some tests may erroneously succeed.

This also removes a separate `pretest` step from GitHub Actions as it's no
longer needed.

Closes gh-5338
2023-10-16 18:54:54 +02:00
..
workflows Build: Run pretest before test:* npm scripts 2023-10-16 18:54:54 +02:00
dependabot.yml Build: Add dependabot.yml config (GitHub Actions) 2022-06-27 18:33:41 +02:00
ISSUE_TEMPLATE.md Docs: Update Frequently Reported Issues in the GitHub issue template 2020-06-08 20:25:11 +02:00
lock.yml Misc: Add config for lockbot 2018-06-17 15:49:27 -04:00
PULL_REQUEST_TEMPLATE.md Docs: Remove the "Grunt build" section from the PR template 2023-05-31 18:57:13 +02:00