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

Leaf/ci django #340

Merged
merged 6 commits into from
Jul 2, 2024
Merged

Leaf/ci django #340

merged 6 commits into from
Jul 2, 2024

Conversation

misslame
Copy link
Collaborator

@misslame misslame commented May 21, 2024

This will run django tests on every push related to backend (pip files, manage.py and /mesh folder) and every pull requests (targets can be changed)

Currently, the setup will run every test on the folder /mesh/tests/ that ends with _tests.py

  • Modified settings.py: according to what I can look up online, STATICFILES_DIRS in settings.py is used to define additional directories where Django should look for static files (CSS, JavaScript, images, etc.) during the static file collection process. This might not be necessary as we're only using Django for backend API (correct me if I'm wrong), so uncomment this might not affect our current project setup.

@misslame misslame requested a review from blu3eee May 21, 2024 03:14
@blu3eee blu3eee mentioned this pull request May 24, 2024
Copy link
Contributor

@shotoh shotoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@blu3eee blu3eee merged commit f6027f9 into dev Jul 2, 2024
5 checks passed
@blu3eee blu3eee deleted the leaf/ci-django branch July 2, 2024 04:05
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.

3 participants