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

Continuous integration via Github Actions #2475

Merged
merged 9 commits into from
Aug 15, 2024
Merged

Conversation

cqnykamp
Copy link
Contributor

Added CI for both client and server apps.

Client checks:

  • Prettier
  • ESLint
  • App can build

Server checks:

  • Prettier
  • ESLint
  • App can build
  • Tests pass

The server-side tests work by spinning up a local mysql db on the host computer.

@cqnykamp cqnykamp marked this pull request as ready for review August 14, 2024 00:45
@cqnykamp cqnykamp requested a review from dqnykamp August 14, 2024 00:45
@dqnykamp
Copy link
Member

Cool. It looks like we have some linting work to do! We should add multi-reporter-config.json to .prettierignore, as it gets recreated by a cypress test runner in a way that prettier doesn't like.

@cqnykamp cqnykamp requested a review from dqnykamp August 14, 2024 19:20
@dqnykamp dqnykamp merged commit 26eac70 into Doenet:main Aug 15, 2024
7 checks passed
@cqnykamp cqnykamp deleted the ci-tests branch August 21, 2024 21:30
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