JuhoBjn / online-store

An online store made for a course project.
0 stars 1 forks source link

Add CI using GitHub Actions #14

Closed vaasuu closed 11 months ago

vaasuu commented 12 months ago

Runs ESLint checks, Prettier checks, database migration checks, unit/integration tests, e2e tests.

Some tests depend on stuff that are not yet added:

So let's not merge this until those are done.

vaasuu commented 12 months ago

I'm thinking of just merging this to main now. Then the DB migration step that is still causing the tests to fail can be added later.