Skip to content
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

ci: add test for windows #1029

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

bjohansebas
Copy link
Member

@bjohansebas bjohansebas force-pushed the windows-test-v2 branch 7 times, most recently from a57b64f to c82db2c Compare April 3, 2025 22:23
@bjohansebas bjohansebas marked this pull request as ready for review April 3, 2025 22:33
@bjohansebas
Copy link
Member Author

Apparently there's an issue with npm. I have no idea why, but it shouldn't be related to this PR. However, it's something we need to fix if it's affecting the CI.

Copy link

@raphendyr raphendyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some shell scripting notes, including notes from shellcheck.

Copy link

socket-security bot commented Apr 11, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub ↗.

Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednyc@15.1.0 ⏵ 14.1.198 +310010082 -1100 +1

View full report ↗

@@ -26,7 +26,7 @@
"eslint-plugin-markdown": "3.0.1",
"express": "4.17.3",
"mocha": "10.2.0",
"nyc": "15.1.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To fix a small issue with Windows during installation

@bjohansebas bjohansebas requested a review from raphendyr April 11, 2025 03:44
@bjohansebas
Copy link
Member Author

The CI passes 🥳, wow, i really struggled with the old versions of Node.js.

@@ -39,7 +39,7 @@
},
"scripts": {
"lint": "eslint . && node ./scripts/lint-readme.js",
"test": "./test/support/gencert.sh && mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
"test": "bash test/support/gencert.sh && mocha --require test/support/env --check-leaks --reporter spec test/",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And while we're at it, let's remove '--bail' so we can see which tests fail simultaneously instead of one by one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants