-
Notifications
You must be signed in to change notification settings - Fork 18
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
(test): Setup test environment for executor #20
Conversation
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.
Also, let's consider having a "domain" for tests. Not sure what can be a useful use case, but we can start with UserDocument
instead of having TestDocument
. That way, in the future we will provide mapping, provide analyzers, require routing, etc.
@@ -52,6 +52,10 @@ jobs: | |||
uses: coursier/cache-action@v6 | |||
- name: Run tests | |||
run: ./sbt ++${{ matrix.scala }}! test | |||
- name: Run test container |
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.
Not sure how it's organized, is there any chance to run test container only along with integration tests?
No description provided.