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: Skip test-build in test matrix #62

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Conversation

matz3
Copy link
Member

@matz3 matz3 commented Apr 5, 2024

The "test-build" script compiles the code to check for TypeScript
compilation errors. This is not specific to Node.js / OS and can
therefore be skipped in the matrix. It is also no prerequisite for
running the unit tests, as ava compiles them on-the-fly.
The "test-build" script is still part of the ci.yml workflow.

The "test-build" script compiles the code to check for TypeScript
compilation errors. This is not specific to Node.js / OS and can
therefore be skipped in the matrix. It is also no prerequisite for
running the unit tests, as ava compiles them on-the-fly.
The "test-build" script is still part of the ci.yml workflow.
@matz3 matz3 requested a review from a team April 5, 2024 06:46
@matz3 matz3 merged commit 796bad2 into main Apr 5, 2024
18 checks passed
@matz3 matz3 deleted the test-matrix-skip-test-build branch April 5, 2024 07:16
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.

2 participants