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

fix(Makefile): Fix duplicated test targets in Makefile #464

Open
3 tasks
michalkrzyz opened this issue Feb 1, 2025 · 0 comments
Open
3 tasks

fix(Makefile): Fix duplicated test targets in Makefile #464

michalkrzyz opened this issue Feb 1, 2025 · 0 comments

Comments

@michalkrzyz
Copy link
Collaborator

# task can be: feat, chore, refactor, or research.

Task Description
Makefile:88: warning: overriding recipe for target 'test-e2e'
Makefile:79: warning: ignoring old recipe for target 'test-e2e'
Makefile:91: warning: overriding recipe for target 'test-app'
Makefile:82: warning: ignoring old recipe for target 'test-app'
Makefile:94: warning: overriding recipe for target 'test-db'
Makefile:85: warning: ignoring old recipe for target 'test-db'

Acceptance Criteria:

  • AC 1
  • AC 2
  • AC 3

Expected Test:
Add any information about how this will be tested.

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

No branches or pull requests

1 participant