-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Improve CI setup for per version tests #1267
Conversation
rom1504
commented
Dec 25, 2023
•
edited
Loading
edited
- move lint out of per version
- bring packet cycle test back to per version
- generate versions to test from js file to avoid having versions in 2 places
not sure about this distinction between client / not client ; par / not par tests do you remember the point of this @u9g ? it's not even faster |
still not ready |
one additional thing I'd like to do here is make sure all the versions in version.js are mentioned in the readme besides that I think it's ready |
do you want to take a look @extremeheat ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
test/serverTest.js
Outdated
@@ -94,7 +94,7 @@ for (const supportedVersion of mc.supportedVersions) { | |||
} | |||
} | |||
|
|||
describe('mc-server ' + version.minecraftVersion, function () { | |||
describe('mc-server ' + supportedVersion+'v', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lint isn't running on test/serverTest since the .gitignore has
test/server*
instead of test/server_*
in it https://github.com/PrismarineJS/node-minecraft-protocol/blob/improve_ci_setup/.gitignore#L3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch thanks