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

Build and test in CI #60

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Build and test in CI #60

merged 1 commit into from
Nov 17, 2023

Conversation

darichey
Copy link
Contributor

@darichey darichey commented Nov 8, 2023

Add a github workflow to run npm run build and npm run test on pushes to master and on PRs. The build exercises building the db while the tests exercise some searching functionality. This should prevent mistakes like me missing the malformed header in #55, because the build would have failed on the PR.

This PR depends on #56 and #59, review and merge those first :)

@darichey darichey changed the title Fix/remove broken tests Build and test in CI Nov 8, 2023
@darichey darichey marked this pull request as ready for review November 17, 2023 21:52
@darichey darichey enabled auto-merge (rebase) November 17, 2023 21:53
@darichey darichey merged commit c07f513 into master Nov 17, 2023
1 check passed
@darichey darichey deleted the run-tests-in-ci branch November 17, 2023 22:32
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