-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run node tests in github actions #1375
Conversation
I'm still clueless as to why fs.existsSync returns false in gitlab, circleci, and githubactions but true when in a proper shell. Maybe worth testing for existeance some other way and catching ENOENT code. |
Codecov Report
@@ Coverage Diff @@
## master #1375 +/- ##
==========================================
- Coverage 84.15% 84.03% -0.13%
==========================================
Files 90 90
Lines 3642 3652 +10
Branches 1101 1108 +7
==========================================
+ Hits 3065 3069 +4
- Misses 483 489 +6
Partials 94 94
Continue to review full report at Codecov.
|
LOLNO |
This reverts commit 24150f4.
…play nicer with windows.
@rwblair Assume you've seen https://stackoverflow.com/questions/66185466/npm-script-fails-is-not-recognized-as-an-internal-or-external-command? It's not obvious that there are useful suggestions there, but it does seem that for some reason we're generating unix test scripts when we should be generating Windows. |
…w it to play nicer with windows." This reverts commit 93bcebb.
@effigies thank you. Made me wonder why things in the package.json were calling bins with relative paths. Turns out to be for no good reason. Now its failing for new reasons. Also looks like eslint on ubuntu might not really be running. The command takes a minute on my local machine, but is done in seconds on ci. |
…IsMicroscopy called by IsBids in type.js
* first try * add functional DatasetLinks schema: any str bigger than len 0 --> uri * add tests * fix lint * use propertyNames feature, instead of not feature * migrated eeg_matchingpennies from GitHub to GIN * fix formatting E501 * Update bids-validator/tests/json.spec.js Co-authored-by: Chris Markiewicz <effigies@gmail.com> * Update bids-validator/validators/json/schemas/dataset_description.json * fix tests Co-authored-by: Chris Markiewicz <effigies@gmail.com>
…ity blacklist check before full summary, so we can error out on blacklisted modalities in bidsignore, and still have an accurate summary of non bidsignored files
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.25...3.3.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This looks good. Cleaned up in #1426 with one additional commit. |
See if it gets same problem as in #1358